Html Css Color HEX #7A9124 Olive Drab

📋 copy color: '#7A9124'

red 122 ◦ green 145 ◦ blue 36

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

Shades of Olive Drab #7A9124

Tints of Olive Drab #7A9124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.85%

 BLUE value IS 36 (14.45% from 255) = 11.88%

R = 40.26%
G = 47.85%
B = 11.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#7A9124 (or 0x7A9124) is known color: Olive Drab. HEX triplet: 7A, 91 and 24. RGB value is (122,145,36). Sum of RGB (Red+Green+Blue) = 122+145+36=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #7A9124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9124 is #856EDB. Grayscale: #7E7E7E. Windows color (decimal): -8744668 or 2396538. OLE color: 2396538.

HSL color Cylindrical-coordinate representation of color #7A9124: hue angle of 72.66º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A9124 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 122 145 36 -
CMYK 0.16 0 0.75 0.43
HSL 72.66º 0.6% 0.35% -
HSV(B) 72.66º 0.75% 0.57% -
XYZ 18.47 24.52 5.43 -
YUV 125.7 77.38 125.36 -
System Red Green Blue C M Y K H S L
Decimal 122 145 36 0.16 0 0.75 0.43 72.66 0.6 0.35
Hex 7A 91 24 10 0 4B 2B 49 3C 23
Octal 172 221 44 20 0 113 53 111 74 43
Binary 1111010 10010001 100100 10000 0 1001011 101011 1001001 111100 100011

Color Harmonies of #7A9124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9124

Black with #7A9124

Text Example


Text Example

White with #7A9124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,145,36); }

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

background-color css

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

 a { background-color: rgb(122,145,36); }

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

border-color css

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

 span { border-color: rgb(122,145,36); }

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