#7A8E01

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

Shades of Olive #7A8E01

Tints of Olive #7A8E01

Color information

#7A8E01 (or 0x7A8E01) is unknown color: approx Olive. HEX triplet: 7A, 8E and 01. RGB value is (122,142,1). Sum of RGB (Red+Green+Blue) = 122+142+1=265 (35% of max value = 765). Red value is 122 (48.05% from 255 or 46.04% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8E01 is #8571FE. Grayscale: #787878. Windows color (decimal): -8745471 or 102010. OLE color: 102010.

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

Color convert

RGB1221421-
CMYK0.1400.990.44
HSL68.51º98.6%28.04%-
HSV(B)68.51º99.3%55.69%-
XYZ17.723.493.63-
YUV119.9560.87129.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.04%
GREEN value IS 142 (55.86% from 255) = 53.58%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=46.04%
G=53.58%
B=0.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12214210.1400.990.4468.5198.628.04
Hex7A8E1E0632C45631c
Octal17221611601435410514334
Binary11110101000111011110011000111011001000101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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