Html Css Color HEX #7A941E Olive Drab

📋 copy color: '#7A941E'

red 122 ◦ green 148 ◦ blue 30

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

Shades of Olive Drab #7A941E

Tints of Olive Drab #7A941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.33%

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

R = 40.67%
G = 49.33%
B = 10%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#7A941E (or 0x7A941E) is known color: Olive Drab. HEX triplet: 7A, 94 and 1E. RGB value is (122,148,30). Sum of RGB (Red+Green+Blue) = 122+148+30=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #7A941E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A941E is #856BE1. Grayscale: #7F7F7F. Windows color (decimal): -8743906 or 2004090. OLE color: 2004090.

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

Color convert

RGB 122 148 30 -
CMYK 0.18 0 0.80 0.42
HSL 73.22º 0.66% 0.35% -
HSV(B) 73.22º 0.8% 0.58% -
XYZ 18.85 25.41 5.14 -
YUV 126.77 73.39 124.59 -
System Red Green Blue C M Y K H S L
Decimal 122 148 30 0.18 0 0.80 0.42 73.22 0.66 0.35
Hex 7A 94 1E 12 0 50 2A 49 42 23
Octal 172 224 36 22 0 120 52 111 102 43
Binary 1111010 10010100 11110 10010 0 1010000 101010 1001001 1000010 100011

Color Harmonies of #7A941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A941E

Black with #7A941E

Text Example


Text Example

White with #7A941E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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