#7EAA01

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

Shades of Christi #7EAA01

Tints of Christi #7EAA01

Color information

#7EAA01 (or 0x7EAA01) is unknown color: approx Christi. HEX triplet: 7E, AA and 01. RGB value is (126,170,1). Sum of RGB (Red+Green+Blue) = 126+170+1=297 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.42% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAA01 is #8155FE. Grayscale: #8A8A8A. Windows color (decimal): -8476159 or 109182. OLE color: 109182.

HSL color Cylindrical-coordinate representation of color #7EAA01: hue angle of 75.62º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7EAA01 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB1261701-
CMYK0.2600.990.33
HSL75.62º98.83%33.53%-
HSV(B)75.62º99.41%66.67%-
XYZ22.9833.195.22-
YUV137.5850.92119.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.42%
GREEN value IS 170 (66.80% from 255) = 57.24%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=42.42%
G=57.24%
B=0.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12617010.2600.990.3375.6298.8333.53
Hex7EAA11A063214c6322
Octal17625213201434111414342
Binary1111110101010101110100110001110000110011001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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