#75940C

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

Shades of Olive Drab #75940C

Tints of Olive Drab #75940C

Color information

#75940C (or 0x75940C) is unknown color: approx Olive Drab. HEX triplet: 75, 94 and 0C. RGB value is (117,148,12). Sum of RGB (Red+Green+Blue) = 117+148+12=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #75940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75940C is #8A6BF3. Grayscale: #7B7B7B. Windows color (decimal): -9071604 or 824437. OLE color: 824437.

HSL color Cylindrical-coordinate representation of color #75940C: hue angle of 73.68º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75940C is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB11714812-
CMYK0.2100.920.42
HSL73.68º85%31.37%-
HSV(B)73.68º91.89%58.04%-
XYZ17.9924.994.22-
YUV123.2365.23123.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 148 (58.20% from 255) = 53.43%
BLUE value IS 12 (5.08% from 255) = 4.33%
R=42.24%
G=53.43%
B=4.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117148120.2100.920.4273.688531.37
Hex7594C1505C2A4a551f
Octal165224142501345211212537
Binary111010110010100110010101010111001010101001010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75940C; }

 p { color: rgb(117,148,12); }

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

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

 a { background-color: rgb(117,148,12); }

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

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

 span { border-color: rgb(117,148,12); }

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