Html Css Color HEX #7A940E Olive Drab

📋 copy color: '#7A940E'

red 122 ◦ green 148 ◦ blue 14

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

Shades of Olive Drab #7A940E

Tints of Olive Drab #7A940E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.93%

R = 42.96%
G = 52.11%
B = 4.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#7A940E (or 0x7A940E) is known color: Olive Drab. HEX triplet: 7A, 94 and 0E. RGB value is (122,148,14). Sum of RGB (Red+Green+Blue) = 122+148+14=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #7A940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A940E is #856BF1. Grayscale: #7D7D7D. Windows color (decimal): -8743922 or 955514. OLE color: 955514.

HSL color Cylindrical-coordinate representation of color #7A940E: hue angle of 71.64º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A940E is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 148 14 -
CMYK 0.18 0 0.91 0.42
HSL 71.64º 0.83% 0.32% -
HSV(B) 71.64º 0.91% 0.58% -
XYZ 18.7 25.35 4.32 -
YUV 124.95 65.39 125.9 -
System Red Green Blue C M Y K H S L
Decimal 122 148 14 0.18 0 0.91 0.42 71.64 0.83 0.32
Hex 7A 94 E 12 0 5B 2A 48 53 20
Octal 172 224 16 22 0 133 52 110 123 40
Binary 1111010 10010100 1110 10010 0 1011011 101010 1001000 1010011 100000

Color Harmonies of #7A940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A940E

Black with #7A940E

Text Example


Text Example

White with #7A940E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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