Html Css Color HEX #76912C Olive Drab

📋 copy color: '#76912C'

red 118 ◦ green 145 ◦ blue 44

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

Shades of Olive Drab #76912C

Tints of Olive Drab #76912C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.23%

 BLUE value IS 44 (17.58% from 255) = 14.33%

R = 38.44%
G = 47.23%
B = 14.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#76912C (or 0x76912C) is known color: Olive Drab. HEX triplet: 76, 91 and 2C. RGB value is (118,145,44). Sum of RGB (Red+Green+Blue) = 118+145+44=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #76912C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76912C is #896ED3. Grayscale: #7D7D7D. Windows color (decimal): -9006804 or 2920822. OLE color: 2920822.

HSL color Cylindrical-coordinate representation of color #76912C: hue angle of 76.04º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76912C is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 44 -
CMYK 0.19 0 0.70 0.43
HSL 76.04º 0.53% 0.37% -
HSV(B) 76.04º 0.7% 0.57% -
XYZ 18.05 24.28 6.12 -
YUV 125.41 82.05 122.71 -
System Red Green Blue C M Y K H S L
Decimal 118 145 44 0.19 0 0.70 0.43 76.04 0.53 0.37
Hex 76 91 2C 13 0 46 2B 4C 35 25
Octal 166 221 54 23 0 106 53 114 65 45
Binary 1110110 10010001 101100 10011 0 1000110 101011 1001100 110101 100101

Color Harmonies of #76912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76912C

Black with #76912C

Text Example


Text Example

White with #76912C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,145,44); }

 H1.HeaderClassName
 {
   color: #76912C;
 }
 .AnyTagClassName
 {
   color: #76912C;
 }
</style>

background-color css

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

 a { background-color: rgb(118,145,44); }

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

border-color css

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

 span { border-color: rgb(118,145,44); }

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