#758A08

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

Shades of Olive #758A08

Tints of Olive #758A08

Color information

#758A08 (or 0x758A08) is unknown color: approx Olive. HEX triplet: 75, 8A and 08. RGB value is (117,138,8). Sum of RGB (Red+Green+Blue) = 117+138+8=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #758A08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758A08 is #8A75F7. Grayscale: #757575. Windows color (decimal): -9074168 or 559733. OLE color: 559733.

HSL color Cylindrical-coordinate representation of color #758A08: hue angle of 69.69º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #758A08 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB1171388-
CMYK0.1500.940.46
HSL69.69º89.04%28.63%-
HSV(B)69.69º94.2%54.12%-
XYZ16.4721.983.6-
YUV116.966.54128.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.49%
GREEN value IS 138 (54.30% from 255) = 52.47%
BLUE value IS 8 (3.52% from 255) = 3.04%
R=44.49%
G=52.47%
B=3.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11713880.1500.940.4669.6989.0428.63
Hex758A8F05E2E46591d
Octal165212101701365610613135
Binary11101011000101010001111010111101011101000110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758A08; }

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

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

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

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

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

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

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

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