#76920D

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

Shades of Olive Drab #76920D

Tints of Olive Drab #76920D

Color information

#76920D (or 0x76920D) is unknown color: approx Olive Drab. HEX triplet: 76, 92 and 0D. RGB value is (118,146,13). Sum of RGB (Red+Green+Blue) = 118+146+13=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #76920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76920D is #896DF2. Grayscale: #7A7A7A. Windows color (decimal): -9006579 or 889462. OLE color: 889462.

HSL color Cylindrical-coordinate representation of color #76920D: hue angle of 72.63º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76920D is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB11814613-
CMYK0.1900.910.43
HSL72.63º83.65%31.18%-
HSV(B)72.63º91.1%57.25%-
XYZ17.8224.444.16-
YUV122.4766.22124.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 146 (57.42% from 255) = 52.71%
BLUE value IS 13 (5.47% from 255) = 4.69%
R=42.60%
G=52.71%
B=4.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118146130.1900.910.4372.6383.6531.18
Hex7692D1305B2B49541f
Octal166222152301335311112437
Binary111011010010010110110011010110111010111001001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76920D; }

 p { color: rgb(118,146,13); }

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

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

 a { background-color: rgb(118,146,13); }

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

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

 span { border-color: rgb(118,146,13); }

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