Html Css Color HEX #769720 Olive Drab

📋 copy color: '#769720'

red 118 ◦ green 151 ◦ blue 32

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

Shades of Olive Drab #769720

Tints of Olive Drab #769720

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.17%

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

R = 39.2%
G = 50.17%
B = 10.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#769720 (or 0x769720) is known color: Olive Drab. HEX triplet: 76, 97 and 20. RGB value is (118,151,32). Sum of RGB (Red+Green+Blue) = 118+151+32=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #769720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769720 is #8968DF. Grayscale: #808080. Windows color (decimal): -9005280 or 2135926. OLE color: 2135926.

HSL color Cylindrical-coordinate representation of color #769720: hue angle of 76.64º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #769720 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 32 -
CMYK 0.22 0 0.79 0.41
HSL 76.64º 0.65% 0.36% -
HSV(B) 76.64º 0.79% 0.59% -
XYZ 18.8 26.09 5.41 -
YUV 127.57 74.07 121.18 -
System Red Green Blue C M Y K H S L
Decimal 118 151 32 0.22 0 0.79 0.41 76.64 0.65 0.36
Hex 76 97 20 16 0 4F 29 4D 41 24
Octal 166 227 40 26 0 117 51 115 101 44
Binary 1110110 10010111 100000 10110 0 1001111 101001 1001101 1000001 100100

Color Harmonies of #769720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769720

Black with #769720

Text Example


Text Example

White with #769720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769720; }

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

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

background-color css

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

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

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

border-color css

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

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

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