#6EA125

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

Shades of Christi #6EA125

Tints of Christi #6EA125

Color information

#6EA125 (or 0x6EA125) is unknown color: approx Christi. HEX triplet: 6E, A1 and 25. RGB value is (110,161,37). Sum of RGB (Red+Green+Blue) = 110+161+37=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EA125 is #915EDA. Grayscale: #848484. Windows color (decimal): -9527003 or 2466158. OLE color: 2466158.

HSL color Cylindrical-coordinate representation of color #6EA125: hue angle of 84.68º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6EA125 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB11016137-
CMYK0.3200.770.37
HSL84.68º62.63%38.82%-
HSV(B)84.68º77.02%63.14%-
XYZ19.5128.946.31-
YUV131.6174.6112.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 161 (63.28% from 255) = 52.27%
BLUE value IS 37 (14.84% from 255) = 12.01%
R=35.71%
G=52.27%
B=12.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal110161370.3200.770.3784.6862.6338.82
Hex6EA1252004D25553f27
Octal15624145400115451257747
Binary110111010100001100101100000010011011001011010101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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