#7E9A01

Color #7E9A01 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #7E9A01

Tints of Olive #7E9A01

Color information

#7E9A01 (or 0x7E9A01) is unknown color: approx Olive. HEX triplet: 7E, 9A and 01. RGB value is (126,154,1). Sum of RGB (Red+Green+Blue) = 126+154+1=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 154 (60.55% from 255 or 54.80% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 154 - color contains mainly: green. Hex color #7E9A01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9A01 is #8165FE. Grayscale: #808080. Windows color (decimal): -8480255 or 105086. OLE color: 105086.

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

Color convert

RGB1261541-
CMYK0.1800.990.40
HSL70.98º98.71%30.39%-
HSV(B)70.98º99.35%60.39%-
XYZ20.1727.554.28-
YUV128.1956.22126.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.84%
GREEN value IS 154 (60.55% from 255) = 54.80%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=44.84%
G=54.80%
B=0.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12615410.1800.990.4070.9898.7130.39
Hex7E9A1120632847631e
Octal17623212201435010714336
Binary111111010011010110010011000111010001000111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E9A01;
 }
 .AnyTagClassName
 {
   color: #7E9A01;
 }
</style>
background-color css

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

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

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

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

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

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