Html Css Color HEX #769112 Olive Drab

📋 copy color: '#769112'

red 118 ◦ green 145 ◦ blue 18

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

Shades of Olive Drab #769112

Tints of Olive Drab #769112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 41.99%
G = 51.6%
B = 6.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#769112 (or 0x769112) is known color: Olive Drab. HEX triplet: 76, 91 and 12. RGB value is (118,145,18). Sum of RGB (Red+Green+Blue) = 118+145+18=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #769112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769112 is #896EED. Grayscale: #7A7A7A. Windows color (decimal): -9006830 or 1216886. OLE color: 1216886.

HSL color Cylindrical-coordinate representation of color #769112: hue angle of 72.76º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #769112 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 18 -
CMYK 0.19 0 0.88 0.43
HSL 72.76º 0.78% 0.32% -
HSV(B) 72.76º 0.88% 0.57% -
XYZ 17.71 24.15 4.3 -
YUV 122.45 69.05 124.83 -
System Red Green Blue C M Y K H S L
Decimal 118 145 18 0.19 0 0.88 0.43 72.76 0.78 0.32
Hex 76 91 12 13 0 58 2B 49 4E 20
Octal 166 221 22 23 0 130 53 111 116 40
Binary 1110110 10010001 10010 10011 0 1011000 101011 1001001 1001110 100000

Color Harmonies of #769112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769112

Black with #769112

Text Example


Text Example

White with #769112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769112; }

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

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

background-color css

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

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

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

border-color css

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

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

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