Html Css Color HEX #769820 Olive Drab

📋 copy color: '#769820'

red 118 ◦ green 152 ◦ blue 32

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

Shades of Olive Drab #769820

Tints of Olive Drab #769820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.33%

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

R = 39.07%
G = 50.33%
B = 10.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#769820 (or 0x769820) is known color: Olive Drab. HEX triplet: 76, 98 and 20. RGB value is (118,152,32). Sum of RGB (Red+Green+Blue) = 118+152+32=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #769820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769820 is #8967DF. Grayscale: #808080. Windows color (decimal): -9005024 or 2136182. OLE color: 2136182.

HSL color Cylindrical-coordinate representation of color #769820: hue angle of 77º 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 #769820 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 32 -
CMYK 0.22 0 0.79 0.40
HSL 77º 0.65% 0.36% -
HSV(B) 77º 0.79% 0.6% -
XYZ 18.96 26.41 5.47 -
YUV 128.15 73.74 120.76 -
System Red Green Blue C M Y K H S L
Decimal 118 152 32 0.22 0 0.79 0.40 77 0.65 0.36
Hex 76 98 20 16 0 4F 28 4D 41 24
Octal 166 230 40 26 0 117 50 115 101 44
Binary 1110110 10011000 100000 10110 0 1001111 101000 1001101 1000001 100100

Color Harmonies of #769820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769820

Black with #769820

Text Example


Text Example

White with #769820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769820; }

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

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

background-color css

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

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

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

border-color css

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

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

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