Html Css Color HEX #7A9320 Olive Drab

📋 copy color: '#7A9320'

red 122 ◦ green 147 ◦ blue 32

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

Shades of Olive Drab #7A9320

Tints of Olive Drab #7A9320

RGB

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

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

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

R = 40.53%
G = 48.84%
B = 10.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#7A9320 (or 0x7A9320) is known color: Olive Drab. HEX triplet: 7A, 93 and 20. RGB value is (122,147,32). Sum of RGB (Red+Green+Blue) = 122+147+32=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9320 is #856CDF. Grayscale: #7E7E7E. Windows color (decimal): -8744160 or 2134906. OLE color: 2134906.

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

Color convert

RGB 122 147 32 -
CMYK 0.17 0 0.78 0.42
HSL 73.04º 0.64% 0.35% -
HSV(B) 73.04º 0.78% 0.58% -
XYZ 18.72 25.11 5.23 -
YUV 126.42 74.72 124.85 -
System Red Green Blue C M Y K H S L
Decimal 122 147 32 0.17 0 0.78 0.42 73.04 0.64 0.35
Hex 7A 93 20 11 0 4E 2A 49 40 23
Octal 172 223 40 21 0 116 52 111 100 43
Binary 1111010 10010011 100000 10001 0 1001110 101010 1001001 1000000 100011

Color Harmonies of #7A9320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9320

Black with #7A9320

Text Example


Text Example

White with #7A9320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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