#758808

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

Shades of Olive #758808

Tints of Olive #758808

Color information

#758808 (or 0x758808) is unknown color: approx Olive. HEX triplet: 75, 88 and 08. RGB value is (117,136,8). Sum of RGB (Red+Green+Blue) = 117+136+8=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #758808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758808 is #8A77F7. Grayscale: #747474. Windows color (decimal): -9074680 or 559221. OLE color: 559221.

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

Color convert

RGB1171368-
CMYK0.1400.940.47
HSL68.91º88.89%28.24%-
HSV(B)68.91º94.12%53.33%-
XYZ16.1821.413.51-
YUV115.7367.21128.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 136 (53.52% from 255) = 52.11%
BLUE value IS 8 (3.52% from 255) = 3.07%
R=44.83%
G=52.11%
B=3.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11713680.1400.940.4768.9188.8928.24
Hex75888E05E2F45591c
Octal165210101601365710513134
Binary11101011000100010001110010111101011111000101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758808; }

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

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

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

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

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

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

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

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