Html Css Color HEX #7A931E Olive Drab

📋 copy color: '#7A931E'

red 122 ◦ green 147 ◦ blue 30

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

Shades of Olive Drab #7A931E

Tints of Olive Drab #7A931E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.03%

R = 40.8%
G = 49.16%
B = 10.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#7A931E (or 0x7A931E) is known color: Olive Drab. HEX triplet: 7A, 93 and 1E. RGB value is (122,147,30). Sum of RGB (Red+Green+Blue) = 122+147+30=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #7A931E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A931E is #856CE1. Grayscale: #7E7E7E. Windows color (decimal): -8744162 or 2003834. OLE color: 2003834.

HSL color Cylindrical-coordinate representation of color #7A931E: hue angle of 72.82º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A931E is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 147 30 -
CMYK 0.17 0 0.80 0.42
HSL 72.82º 0.66% 0.35% -
HSV(B) 72.82º 0.8% 0.58% -
XYZ 18.69 25.1 5.09 -
YUV 126.19 73.72 125.01 -
System Red Green Blue C M Y K H S L
Decimal 122 147 30 0.17 0 0.80 0.42 72.82 0.66 0.35
Hex 7A 93 1E 11 0 50 2A 49 42 23
Octal 172 223 36 21 0 120 52 111 102 43
Binary 1111010 10010011 11110 10001 0 1010000 101010 1001001 1000010 100011

Color Harmonies of #7A931E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A931E

Black with #7A931E

Text Example


Text Example

White with #7A931E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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