#7E9F02

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

Shades of Christi #7E9F02

Tints of Christi #7E9F02

Color information

#7E9F02 (or 0x7E9F02) is unknown color: approx Christi. HEX triplet: 7E, 9F and 02. RGB value is (126,159,2). Sum of RGB (Red+Green+Blue) = 126+159+2=287 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.90% from 287); Green value is 159 (62.5% from 255 or 55.40% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 159 - color contains mainly: green. Hex color #7E9F02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9F02 is #8160FD. Grayscale: #838383. Windows color (decimal): -8478974 or 171902. OLE color: 171902.

HSL color Cylindrical-coordinate representation of color #7E9F02: hue angle of 72.61º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E9F02 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB1261592-
CMYK0.2100.990.38
HSL72.61º97.52%31.57%-
HSV(B)72.61º98.74%62.35%-
XYZ21.0129.244.59-
YUV131.2455.07124.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.90%
GREEN value IS 159 (62.5% from 255) = 55.40%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=43.90%
G=55.40%
B=0.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12615920.2100.990.3872.6197.5231.57
Hex7E9F21506326496220
Octal17623722501434611114240
Binary11111101001111110101010110001110011010010011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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