Html Css Color HEX #76902C Olive Drab

📋 copy color: '#76902C'

red 118 ◦ green 144 ◦ blue 44

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

Shades of Olive Drab #76902C

Tints of Olive Drab #76902C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.06%

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

R = 38.56%
G = 47.06%
B = 14.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#76902C (or 0x76902C) is known color: Olive Drab. HEX triplet: 76, 90 and 2C. RGB value is (118,144,44). Sum of RGB (Red+Green+Blue) = 118+144+44=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #76902C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76902C is #896FD3. Grayscale: #7D7D7D. Windows color (decimal): -9007060 or 2920566. OLE color: 2920566.

HSL color Cylindrical-coordinate representation of color #76902C: hue angle of 75.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76902C is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 44 -
CMYK 0.18 0 0.69 0.44
HSL 75.6º 0.53% 0.37% -
HSV(B) 75.6º 0.69% 0.56% -
XYZ 17.9 23.98 6.07 -
YUV 124.83 82.39 123.13 -
System Red Green Blue C M Y K H S L
Decimal 118 144 44 0.18 0 0.69 0.44 75.6 0.53 0.37
Hex 76 90 2C 12 0 45 2C 4C 35 25
Octal 166 220 54 22 0 105 54 114 65 45
Binary 1110110 10010000 101100 10010 0 1000101 101100 1001100 110101 100101

Color Harmonies of #76902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76902C

Black with #76902C

Text Example


Text Example

White with #76902C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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