Html Css Color HEX #7A9420 Olive Drab

📋 copy color: '#7A9420'

red 122 ◦ green 148 ◦ blue 32

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

Shades of Olive Drab #7A9420

Tints of Olive Drab #7A9420

RGB

 RED value IS 122 (48.05% from 255) = 40.4%

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

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

R = 40.4%
G = 49.01%
B = 10.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#7A9420 (or 0x7A9420) is known color: Olive Drab. HEX triplet: 7A, 94 and 20. RGB value is (122,148,32). Sum of RGB (Red+Green+Blue) = 122+148+32=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #7A9420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9420 is #856BDF. Grayscale: #7F7F7F. Windows color (decimal): -8743904 or 2135162. OLE color: 2135162.

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

Color convert

RGB 122 148 32 -
CMYK 0.18 0 0.78 0.42
HSL 73.45º 0.64% 0.35% -
HSV(B) 73.45º 0.78% 0.58% -
XYZ 18.88 25.42 5.28 -
YUV 127 74.39 124.43 -
System Red Green Blue C M Y K H S L
Decimal 122 148 32 0.18 0 0.78 0.42 73.45 0.64 0.35
Hex 7A 94 20 12 0 4E 2A 49 40 23
Octal 172 224 40 22 0 116 52 111 100 43
Binary 1111010 10010100 100000 10010 0 1001110 101010 1001001 1000000 100011

Color Harmonies of #7A9420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9420

Black with #7A9420

Text Example


Text Example

White with #7A9420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A9420; }

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

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

background-color css

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

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

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

border-color css

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

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

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