#75880A

Color #75880A Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #75880A

Tints of Olive #75880A

Color information

#75880A (or 0x75880A) is unknown color: approx Olive. HEX triplet: 75, 88 and 0A. RGB value is (117,136,10). Sum of RGB (Red+Green+Blue) = 117+136+10=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #75880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75880A is #8A77F5. Grayscale: #747474. Windows color (decimal): -9074678 or 690293. OLE color: 690293.

HSL color Cylindrical-coordinate representation of color #75880A: hue angle of 69.05º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75880A is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB11713610-
CMYK0.1400.930.47
HSL69.05º86.3%28.63%-
HSV(B)69.05º92.65%53.33%-
XYZ16.221.413.57-
YUV115.9668.21128.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 136 (53.52% from 255) = 51.71%
BLUE value IS 10 (4.30% from 255) = 3.80%
R=44.49%
G=51.71%
B=3.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117136100.1400.930.4769.0586.328.63
Hex7588AE05D2F45561d
Octal165210121601355710512635
Binary11101011000100010101110010111011011111000101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75880A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75880A; }

 p { color: rgb(117,136,10); }

 H1.HeaderClassName
 {
   color: #75880A;
 }
 .AnyTagClassName
 {
   color: #75880A;
 }
</style>
background-color css

<style>
 a { background-color: #75880A; }

 a { background-color: rgb(117,136,10); }

 div.DivClassName
 {
   background-color: #75880A;
 }
 .BgClassName
 {
   background-color: #75880A;
 }
</style>
border-color css

<style>
 span { border-color: #75880A; }

 span { border-color: rgb(117,136,10); }

 td.TdClassName
 {
   border-color: #75880A;
 }
 .TagClassName
 {
   border-color: #75880A;
 }
</style>