#758C19

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

Shades of Olive Drab #758C19

Tints of Olive Drab #758C19

Color information

#758C19 (or 0x758C19) is unknown color: approx Olive Drab. HEX triplet: 75, 8C and 19. RGB value is (117,140,25). Sum of RGB (Red+Green+Blue) = 117+140+25=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #758C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758C19 is #8A73E6. Grayscale: #787878. Windows color (decimal): -9073639 or 1674357. OLE color: 1674357.

HSL color Cylindrical-coordinate representation of color #758C19: hue angle of 72º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #758C19 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB11714025-
CMYK0.1600.820.45
HSL72º69.7%32.35%-
HSV(B)72º82.14%54.9%-
XYZ16.8922.614.39-
YUV120.0174.38125.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 140 (55.08% from 255) = 49.65%
BLUE value IS 25 (10.16% from 255) = 8.87%
R=41.49%
G=49.65%
B=8.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117140250.1600.820.457269.732.35
Hex758C19100522D484620
Octal165214312001225511010640
Binary11101011000110011001100000101001010110110010001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,140,25); }

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

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

 a { background-color: rgb(117,140,25); }

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

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

 span { border-color: rgb(117,140,25); }

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