Html Css Color HEX #769212 Olive Drab

📋 copy color: '#769212'

red 118 ◦ green 146 ◦ blue 18

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

Shades of Olive Drab #769212

Tints of Olive Drab #769212

RGB

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

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

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

R = 41.84%
G = 51.77%
B = 6.38%

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

#769212 (or 0x769212) is known color: Olive Drab. HEX triplet: 76, 92 and 12. RGB value is (118,146,18). Sum of RGB (Red+Green+Blue) = 118+146+18=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #769212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769212 is #896DED. Grayscale: #7B7B7B. Windows color (decimal): -9006574 or 1217142. OLE color: 1217142.

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

Color convert

RGB 118 146 18 -
CMYK 0.19 0 0.88 0.43
HSL 73.13º 0.78% 0.32% -
HSV(B) 73.13º 0.88% 0.57% -
XYZ 17.86 24.45 4.35 -
YUV 123.04 68.72 124.41 -
System Red Green Blue C M Y K H S L
Decimal 118 146 18 0.19 0 0.88 0.43 73.13 0.78 0.32
Hex 76 92 12 13 0 58 2B 49 4E 20
Octal 166 222 22 23 0 130 53 111 116 40
Binary 1110110 10010010 10010 10011 0 1011000 101011 1001001 1001110 100000

Color Harmonies of #769212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769212

Black with #769212

Text Example


Text Example

White with #769212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769212; }

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

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

background-color css

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

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

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

border-color css

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

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

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