#7EA902

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

Shades of Christi #7EA902

Tints of Christi #7EA902

Color information

#7EA902 (or 0x7EA902) is unknown color: approx Christi. HEX triplet: 7E, A9 and 02. RGB value is (126,169,2). Sum of RGB (Red+Green+Blue) = 126+169+2=297 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.42% from 297); Green value is 169 (66.41% from 255 or 56.90% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 169 - color contains mainly: green. Hex color #7EA902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA902 is #8156FD. Grayscale: #898989. Windows color (decimal): -8476414 or 174462. OLE color: 174462.

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

Color convert

RGB1261692-
CMYK0.2500.990.34
HSL75.45º97.66%33.53%-
HSV(B)75.45º98.82%66.27%-
XYZ22.832.825.19-
YUV137.151.75120.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.42%
GREEN value IS 169 (66.41% from 255) = 56.90%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=42.42%
G=56.90%
B=0.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal12616920.2500.990.3475.4597.6633.53
Hex7EA9219063224b6222
Octal17625123101434211314242
Binary11111101010100110110010110001110001010010111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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