Html Css Color HEX #7A9520 Olive Drab

📋 copy color: '#7A9520'

red 122 ◦ green 149 ◦ blue 32

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

Shades of Olive Drab #7A9520

Tints of Olive Drab #7A9520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.17%

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

R = 40.26%
G = 49.17%
B = 10.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#7A9520 (or 0x7A9520) is known color: Olive Drab. HEX triplet: 7A, 95 and 20. RGB value is (122,149,32). Sum of RGB (Red+Green+Blue) = 122+149+32=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #7A9520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9520 is #856ADF. Grayscale: #808080. Windows color (decimal): -8743648 or 2135418. OLE color: 2135418.

HSL color Cylindrical-coordinate representation of color #7A9520: hue angle of 73.85º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A9520 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 149 32 -
CMYK 0.18 0 0.79 0.42
HSL 73.85º 0.65% 0.35% -
HSV(B) 73.85º 0.79% 0.58% -
XYZ 19.03 25.74 5.33 -
YUV 127.59 74.05 124.01 -
System Red Green Blue C M Y K H S L
Decimal 122 149 32 0.18 0 0.79 0.42 73.85 0.65 0.35
Hex 7A 95 20 12 0 4F 2A 4A 41 23
Octal 172 225 40 22 0 117 52 112 101 43
Binary 1111010 10010101 100000 10010 0 1001111 101010 1001010 1000001 100011

Color Harmonies of #7A9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9520

Black with #7A9520

Text Example


Text Example

White with #7A9520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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