#7A8E07

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

Shades of Olive #7A8E07

Tints of Olive #7A8E07

Color information

#7A8E07 (or 0x7A8E07) is unknown color: approx Olive. HEX triplet: 7A, 8E and 07. RGB value is (122,142,7). Sum of RGB (Red+Green+Blue) = 122+142+7=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 142 (55.86% from 255 or 52.40% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8E07 is #8571F8. Grayscale: #797979. Windows color (decimal): -8745465 or 495226. OLE color: 495226.

HSL color Cylindrical-coordinate representation of color #7A8E07: hue angle of 68.89º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A8E07 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB1221427-
CMYK0.1400.950.44
HSL68.89º90.6%29.22%-
HSV(B)68.89º95.07%55.69%-
XYZ17.7423.53.8-
YUV120.6363.87128.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.02%
GREEN value IS 142 (55.86% from 255) = 52.40%
BLUE value IS 7 (3.12% from 255) = 2.58%
R=45.02%
G=52.40%
B=2.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12214270.1400.950.4468.8990.629.22
Hex7A8E7E05F2C455b1d
Octal17221671601375410513335
Binary1111010100011101111110010111111011001000101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,142,7); }

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

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

 a { background-color: rgb(122,142,7); }

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

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

 span { border-color: rgb(122,142,7); }

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