#7EA201

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

Shades of Christi #7EA201

Tints of Christi #7EA201

Color information

#7EA201 (or 0x7EA201) is unknown color: approx Christi. HEX triplet: 7E, A2 and 01. RGB value is (126,162,1). Sum of RGB (Red+Green+Blue) = 126+162+1=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA201 is #815DFE. Grayscale: #858585. Windows color (decimal): -8478207 or 107134. OLE color: 107134.

HSL color Cylindrical-coordinate representation of color #7EA201: hue angle of 73.42º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7EA201 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB1261621-
CMYK0.2200.990.36
HSL73.42º98.77%31.96%-
HSV(B)73.42º99.38%63.53%-
XYZ21.5330.284.74-
YUV132.8853.57123.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.60%
GREEN value IS 162 (63.67% from 255) = 56.06%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=43.60%
G=56.06%
B=0.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12616210.2200.990.3673.4298.7731.96
Hex7EA211606324496320
Octal17624212601434411114340
Binary1111110101000101101100110001110010010010011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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