#7EB100

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

Shades of Christi #7EB100

Tints of Christi #7EB100

Color information

#7EB100 (or 0x7EB100) is unknown color: approx Christi. HEX triplet: 7E, B1 and 00. RGB value is (126,177,0). Sum of RGB (Red+Green+Blue) = 126+177+0=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 177 (69.53% from 255 or 58.42% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EB100 is #814EFF. Grayscale: #8E8E8E. Windows color (decimal): -8474368 or 45438. OLE color: 45438.

HSL color Cylindrical-coordinate representation of color #7EB100: hue angle of 77.29º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7EB100 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1261770-
CMYK0.29010.31
HSL77.29º100%34.71%-
HSV(B)77.29º100%69.41%-
XYZ24.3335.885.64-
YUV141.5748.1116.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.58%
GREEN value IS 177 (69.53% from 255) = 58.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.58%
G=58.42%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12617700.29010.3177.2910034.71
Hex7EB101D0641F4d6423
Octal17626103501443711514443
Binary111111010110001011101011001001111110011011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,177,0); }

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

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

 a { background-color: rgb(126,177,0); }

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

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

 span { border-color: rgb(126,177,0); }

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