Html Css Color HEX #769016 Olive Drab

📋 copy color: '#769016'

red 118 ◦ green 144 ◦ blue 22

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

Shades of Olive Drab #769016

Tints of Olive Drab #769016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.75%

R = 41.55%
G = 50.7%
B = 7.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#769016 (or 0x769016) is known color: Olive Drab. HEX triplet: 76, 90 and 16. RGB value is (118,144,22). Sum of RGB (Red+Green+Blue) = 118+144+22=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #769016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769016 is #896FE9. Grayscale: #7A7A7A. Windows color (decimal): -9007082 or 1478774. OLE color: 1478774.

HSL color Cylindrical-coordinate representation of color #769016: hue angle of 72.79º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #769016 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 22 -
CMYK 0.18 0 0.85 0.44
HSL 72.79º 0.73% 0.33% -
HSV(B) 72.79º 0.85% 0.56% -
XYZ 17.59 23.86 4.44 -
YUV 122.32 71.39 124.92 -
System Red Green Blue C M Y K H S L
Decimal 118 144 22 0.18 0 0.85 0.44 72.79 0.73 0.33
Hex 76 90 16 12 0 55 2C 49 49 21
Octal 166 220 26 22 0 125 54 111 111 41
Binary 1110110 10010000 10110 10010 0 1010101 101100 1001001 1001001 100001

Color Harmonies of #769016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769016

Black with #769016

Text Example


Text Example

White with #769016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769016; }

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

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

background-color css

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

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

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

border-color css

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

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

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