Html Css Color HEX #76920B Olive Drab

📋 copy color: '#76920B'

red 118 ◦ green 146 ◦ blue 11

#76920B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #76920B

Tints of Olive Drab #76920B

RGB

 RED value IS 118 (46.48% from 255) = 42.91%

 GREEN value IS 146 (57.42% from 255) = 53.09%

 BLUE value IS 11 (4.69% from 255) = 4%

R = 42.91%
G = 53.09%
B = 4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#76920B (or 0x76920B) is known color: Olive Drab. HEX triplet: 76, 92 and 0B. RGB value is (118,146,11). Sum of RGB (Red+Green+Blue) = 118+146+11=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #76920B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76920B is #896DF4. Grayscale: #7A7A7A. Windows color (decimal): -9006581 or 758390. OLE color: 758390.

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

Color convert

RGB 118 146 11 -
CMYK 0.19 0 0.92 0.43
HSL 72.44º 0.86% 0.31% -
HSV(B) 72.44º 0.92% 0.57% -
XYZ 17.81 24.43 4.09 -
YUV 122.24 65.22 124.98 -
System Red Green Blue C M Y K H S L
Decimal 118 146 11 0.19 0 0.92 0.43 72.44 0.86 0.31
Hex 76 92 B 13 0 5C 2B 48 56 1F
Octal 166 222 13 23 0 134 53 110 126 37
Binary 1110110 10010010 1011 10011 0 1011100 101011 1001000 1010110 11111

Color Harmonies of #76920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76920B

Black with #76920B

Text Example


Text Example

White with #76920B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76920B;
 }
 .AnyTagClassName
 {
   color: #76920B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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