Html Css Color HEX #769320 Olive Drab

📋 copy color: '#769320'

red 118 ◦ green 147 ◦ blue 32

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

Shades of Olive Drab #769320

Tints of Olive Drab #769320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.49%

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

R = 39.73%
G = 49.49%
B = 10.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#769320 (or 0x769320) is known color: Olive Drab. HEX triplet: 76, 93 and 20. RGB value is (118,147,32). Sum of RGB (Red+Green+Blue) = 118+147+32=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #769320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769320 is #896CDF. Grayscale: #7D7D7D. Windows color (decimal): -9006304 or 2134902. OLE color: 2134902.

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

Color convert

RGB 118 147 32 -
CMYK 0.20 0 0.78 0.42
HSL 75.13º 0.64% 0.35% -
HSV(B) 75.13º 0.78% 0.58% -
XYZ 18.17 24.82 5.2 -
YUV 125.22 75.39 122.85 -
System Red Green Blue C M Y K H S L
Decimal 118 147 32 0.20 0 0.78 0.42 75.13 0.64 0.35
Hex 76 93 20 14 0 4E 2A 4B 40 23
Octal 166 223 40 24 0 116 52 113 100 43
Binary 1110110 10010011 100000 10100 0 1001110 101010 1001011 1000000 100011

Color Harmonies of #769320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769320

Black with #769320

Text Example


Text Example

White with #769320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769320; }

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

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

background-color css

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

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

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

border-color css

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

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

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