Html Css Color HEX #769920 Olive Drab

📋 copy color: '#769920'

red 118 ◦ green 153 ◦ blue 32

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

Shades of Olive Drab #769920

Tints of Olive Drab #769920

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.5%

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

R = 38.94%
G = 50.5%
B = 10.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#769920 (or 0x769920) is known color: Olive Drab. HEX triplet: 76, 99 and 20. RGB value is (118,153,32). Sum of RGB (Red+Green+Blue) = 118+153+32=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #769920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769920 is #8966DF. Grayscale: #818181. Windows color (decimal): -9004768 or 2136438. OLE color: 2136438.

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

Color convert

RGB 118 153 32 -
CMYK 0.23 0 0.79 0.4
HSL 77.36º 0.65% 0.36% -
HSV(B) 77.36º 0.79% 0.6% -
XYZ 19.12 26.74 5.52 -
YUV 128.74 73.4 120.34 -
System Red Green Blue C M Y K H S L
Decimal 118 153 32 0.23 0 0.79 0.4 77.36 0.65 0.36
Hex 76 99 20 17 0 4F 28 4D 41 24
Octal 166 231 40 27 0 117 50 115 101 44
Binary 1110110 10011001 100000 10111 0 1001111 101000 1001101 1000001 100100

Color Harmonies of #769920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769920

Black with #769920

Text Example


Text Example

White with #769920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769920; }

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

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

background-color css

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

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

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

border-color css

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

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

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