#6EB125

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

Shades of Christi #6EB125

Tints of Christi #6EB125

Color information

#6EB125 (or 0x6EB125) is unknown color: approx Christi. HEX triplet: 6E, B1 and 25. RGB value is (110,177,37). Sum of RGB (Red+Green+Blue) = 110+177+37=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 177 (69.53% from 255 or 54.63% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 177 - color contains mainly: green. Hex color #6EB125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EB125 is #914EDA. Grayscale: #8D8D8D. Windows color (decimal): -9522907 or 2470254. OLE color: 2470254.

HSL color Cylindrical-coordinate representation of color #6EB125: hue angle of 88.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6EB125 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB11017737-
CMYK0.3800.790.31
HSL88.71º65.42%41.96%-
HSV(B)88.71º79.1%69.41%-
XYZ22.4934.897.3-
YUV141.0169.3105.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.95%
GREEN value IS 177 (69.53% from 255) = 54.63%
BLUE value IS 37 (14.84% from 255) = 11.42%
R=33.95%
G=54.63%
B=11.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal110177370.3800.790.3188.7165.4241.96
Hex6EB1252604F1F59412a
Octal156261454601173713110152
Binary110111010110001100101100110010011111111110110011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EB125; }

 p { color: rgb(110,177,37); }

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

<style>
 a { background-color: #6EB125; }

 a { background-color: rgb(110,177,37); }

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

<style>
 span { border-color: #6EB125; }

 span { border-color: rgb(110,177,37); }

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