#758809

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

Shades of Olive #758809

Tints of Olive #758809

Color information

#758809 (or 0x758809) is unknown color: approx Olive. HEX triplet: 75, 88 and 09. RGB value is (117,136,9). Sum of RGB (Red+Green+Blue) = 117+136+9=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 136 (53.52% from 255 or 51.91% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 136 - color contains mainly: green. Hex color #758809 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758809 is #8A77F6. Grayscale: #747474. Windows color (decimal): -9074679 or 624757. OLE color: 624757.

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

Color convert

RGB1171369-
CMYK0.1400.930.47
HSL68.98º87.59%28.43%-
HSV(B)68.98º93.38%53.33%-
XYZ16.1921.413.54-
YUV115.8467.71128.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 136 (53.52% from 255) = 51.91%
BLUE value IS 9 (3.91% from 255) = 3.44%
R=44.66%
G=51.91%
B=3.44%

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
Decimal11713690.1400.930.4768.9887.5928.43
Hex75889E05D2F45581c
Octal165210111601355710513034
Binary11101011000100010011110010111011011111000101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758809; }

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

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

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

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

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

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

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

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