Html Css Color HEX #769211 Olive Drab

📋 copy color: '#769211'

red 118 ◦ green 146 ◦ blue 17

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

Shades of Olive Drab #769211

Tints of Olive Drab #769211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.05%

R = 41.99%
G = 51.96%
B = 6.05%

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

#769211 (or 0x769211) is known color: Olive Drab. HEX triplet: 76, 92 and 11. RGB value is (118,146,17). Sum of RGB (Red+Green+Blue) = 118+146+17=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #769211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769211 is #896DEE. Grayscale: #7B7B7B. Windows color (decimal): -9006575 or 1151606. OLE color: 1151606.

HSL color Cylindrical-coordinate representation of color #769211: hue angle of 73.02º degrees, saturation: 0.79, 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 #769211 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 17 -
CMYK 0.19 0 0.88 0.43
HSL 73.02º 0.79% 0.32% -
HSV(B) 73.02º 0.88% 0.57% -
XYZ 17.85 24.45 4.31 -
YUV 122.92 68.22 124.49 -
System Red Green Blue C M Y K H S L
Decimal 118 146 17 0.19 0 0.88 0.43 73.02 0.79 0.32
Hex 76 92 11 13 0 58 2B 49 4F 20
Octal 166 222 21 23 0 130 53 111 117 40
Binary 1110110 10010010 10001 10011 0 1011000 101011 1001001 1001111 100000

Color Harmonies of #769211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769211

Black with #769211

Text Example


Text Example

White with #769211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769211; }

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

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

background-color css

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

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

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

border-color css

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

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

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