Html Css Color HEX #7A9314 Olive Drab

📋 copy color: '#7A9314'

red 122 ◦ green 147 ◦ blue 20

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

Shades of Olive Drab #7A9314

Tints of Olive Drab #7A9314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 42.21%
G = 50.87%
B = 6.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#7A9314 (or 0x7A9314) is known color: Olive Drab. HEX triplet: 7A, 93 and 14. RGB value is (122,147,20). Sum of RGB (Red+Green+Blue) = 122+147+20=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9314 is #856CEB. Grayscale: #7D7D7D. Windows color (decimal): -8744172 or 1348474. OLE color: 1348474.

HSL color Cylindrical-coordinate representation of color #7A9314: hue angle of 71.81º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A9314 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 147 20 -
CMYK 0.17 0 0.86 0.42
HSL 71.81º 0.76% 0.33% -
HSV(B) 71.81º 0.86% 0.58% -
XYZ 18.59 25.06 4.52 -
YUV 125.05 68.72 125.83 -
System Red Green Blue C M Y K H S L
Decimal 122 147 20 0.17 0 0.86 0.42 71.81 0.76 0.33
Hex 7A 93 14 11 0 56 2A 48 4C 21
Octal 172 223 24 21 0 126 52 110 114 41
Binary 1111010 10010011 10100 10001 0 1010110 101010 1001000 1001100 100001

Color Harmonies of #7A9314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9314

Black with #7A9314

Text Example


Text Example

White with #7A9314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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