Html Css Color HEX #769220 Olive Drab

📋 copy color: '#769220'

red 118 ◦ green 146 ◦ blue 32

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

Shades of Olive Drab #769220

Tints of Olive Drab #769220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 39.86%
G = 49.32%
B = 10.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#769220 (or 0x769220) is known color: Olive Drab. HEX triplet: 76, 92 and 20. RGB value is (118,146,32). Sum of RGB (Red+Green+Blue) = 118+146+32=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #769220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769220 is #896DDF. Grayscale: #7D7D7D. Windows color (decimal): -9006560 or 2134646. OLE color: 2134646.

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

Color convert

RGB 118 146 32 -
CMYK 0.19 0 0.78 0.43
HSL 74.74º 0.64% 0.35% -
HSV(B) 74.74º 0.78% 0.57% -
XYZ 18.01 24.51 5.15 -
YUV 124.63 75.72 123.27 -
System Red Green Blue C M Y K H S L
Decimal 118 146 32 0.19 0 0.78 0.43 74.74 0.64 0.35
Hex 76 92 20 13 0 4E 2B 4B 40 23
Octal 166 222 40 23 0 116 53 113 100 43
Binary 1110110 10010010 100000 10011 0 1001110 101011 1001011 1000000 100011

Color Harmonies of #769220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769220

Black with #769220

Text Example


Text Example

White with #769220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769220; }

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

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

background-color css

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

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

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

border-color css

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

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

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