Html Css Color HEX #7E9A04 Olive

📋 copy color: '#7E9A04'

red 126 ◦ green 154 ◦ blue 4

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

Shades of Olive #7E9A04

Tints of Olive #7E9A04

RGB

 RED value IS 126 (49.61% from 255) = 44.37%

 GREEN value IS 154 (60.55% from 255) = 54.23%

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 44.37%
G = 54.23%
B = 1.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#7E9A04 (or 0x7E9A04) is known color: Olive. HEX triplet: 7E, 9A and 04. RGB value is (126,154,4). Sum of RGB (Red+Green+Blue) = 126+154+4=284 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.37% from 284); Green value is 154 (60.55% from 255 or 54.23% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 154 - color contains mainly: green. Hex color #7E9A04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9A04 is #8165FB. Grayscale: #818181. Windows color (decimal): -8480252 or 301694. OLE color: 301694.

HSL color Cylindrical-coordinate representation of color #7E9A04: hue angle of 71.2º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E9A04 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 126 154 4 -
CMYK 0.18 0 0.97 0.40
HSL 71.2º 0.95% 0.31% -
HSV(B) 71.2º 0.97% 0.6% -
XYZ 20.18 27.56 4.37 -
YUV 128.53 57.72 126.2 -
System Red Green Blue C M Y K H S L
Decimal 126 154 4 0.18 0 0.97 0.40 71.2 0.95 0.31
Hex 7E 9A 4 12 0 61 28 47 5F 1F
Octal 176 232 4 22 0 141 50 107 137 37
Binary 1111110 10011010 100 10010 0 1100001 101000 1000111 1011111 11111

Color Harmonies of #7E9A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9A04

Black with #7E9A04

Text Example


Text Example

White with #7E9A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,154,4); }

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

background-color css

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

 a { background-color: rgb(126,154,4); }

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

border-color css

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

 span { border-color: rgb(126,154,4); }

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