#75960A

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

Shades of Olive Drab #75960A

Tints of Olive Drab #75960A

Color information

#75960A (or 0x75960A) is unknown color: approx Olive Drab. HEX triplet: 75, 96 and 0A. RGB value is (117,150,10). Sum of RGB (Red+Green+Blue) = 117+150+10=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #75960A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75960A is #8A69F5. Grayscale: #7C7C7C. Windows color (decimal): -9071094 or 693877. OLE color: 693877.

HSL color Cylindrical-coordinate representation of color #75960A: hue angle of 74.14º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75960A is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB11715010-
CMYK0.2200.930.41
HSL74.14º87.5%31.37%-
HSV(B)74.14º93.33%58.82%-
XYZ18.325.624.27-
YUV124.1763.57122.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 150 (58.98% from 255) = 54.15%
BLUE value IS 10 (4.30% from 255) = 3.61%
R=42.24%
G=54.15%
B=3.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117150100.2200.930.4174.1487.531.37
Hex7596A1605D294a581f
Octal165226122601355111213037
Binary111010110010110101010110010111011010011001010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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