Html Css Color HEX #769420 Olive Drab

📋 copy color: '#769420'

red 118 ◦ green 148 ◦ blue 32

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

Shades of Olive Drab #769420

Tints of Olive Drab #769420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.66%

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

R = 39.6%
G = 49.66%
B = 10.74%

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

#769420 (or 0x769420) is known color: Olive Drab. HEX triplet: 76, 94 and 20. RGB value is (118,148,32). Sum of RGB (Red+Green+Blue) = 118+148+32=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #769420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769420 is #896BDF. Grayscale: #7E7E7E. Windows color (decimal): -9006048 or 2135158. OLE color: 2135158.

HSL color Cylindrical-coordinate representation of color #769420: hue angle of 75.52º 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 #769420 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 148 32 -
CMYK 0.20 0 0.78 0.42
HSL 75.52º 0.64% 0.35% -
HSV(B) 75.52º 0.78% 0.58% -
XYZ 18.32 25.14 5.25 -
YUV 125.81 75.06 122.43 -
System Red Green Blue C M Y K H S L
Decimal 118 148 32 0.20 0 0.78 0.42 75.52 0.64 0.35
Hex 76 94 20 14 0 4E 2A 4C 40 23
Octal 166 224 40 24 0 116 52 114 100 43
Binary 1110110 10010100 100000 10100 0 1001110 101010 1001100 1000000 100011

Color Harmonies of #769420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769420

Black with #769420

Text Example


Text Example

White with #769420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769420; }

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

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

background-color css

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

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

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

border-color css

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

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

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