#7E9702

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

Shades of Olive #7E9702

Tints of Olive #7E9702

Color information

#7E9702 (or 0x7E9702) is unknown color: approx Olive. HEX triplet: 7E, 97 and 02. RGB value is (126,151,2). Sum of RGB (Red+Green+Blue) = 126+151+2=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #7E9702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9702 is #8168FD. Grayscale: #7F7F7F. Windows color (decimal): -8481022 or 169854. OLE color: 169854.

HSL color Cylindrical-coordinate representation of color #7E9702: hue angle of 70.07º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E9702 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB1261512-
CMYK0.1700.990.41
HSL70.07º97.39%30%-
HSV(B)70.07º98.68%59.22%-
XYZ19.6826.574.15-
YUV126.5457.72127.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.16%
GREEN value IS 151 (59.38% from 255) = 54.12%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=45.16%
G=54.12%
B=0.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12615120.1700.990.4170.0797.3930
Hex7E972110632946611e
Octal17622722101435110614136
Binary1111110100101111010001011000111010011000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,151,2); }

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

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

 a { background-color: rgb(126,151,2); }

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

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

 span { border-color: rgb(126,151,2); }

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