#6EAE2A

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

Shades of Christi #6EAE2A

Tints of Christi #6EAE2A

Color information

#6EAE2A (or 0x6EAE2A) is unknown color: approx Christi. HEX triplet: 6E, AE and 2A. RGB value is (110,174,42). Sum of RGB (Red+Green+Blue) = 110+174+42=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 174 (68.36% from 255 or 53.37% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 174 - color contains mainly: green. Hex color #6EAE2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAE2A is #9151D5. Grayscale: #8C8C8C. Windows color (decimal): -9523670 or 2797166. OLE color: 2797166.

HSL color Cylindrical-coordinate representation of color #6EAE2A: hue angle of 89.09º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6EAE2A is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB11017442-
CMYK0.3700.760.32
HSL89.09º61.11%42.35%-
HSV(B)89.09º75.86%68.24%-
XYZ21.9833.757.55-
YUV139.8272.8106.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.74%
GREEN value IS 174 (68.36% from 255) = 53.37%
BLUE value IS 42 (16.80% from 255) = 12.88%
R=33.74%
G=53.37%
B=12.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110174420.3700.760.3289.0961.1142.35
Hex6EAE2A2504C20593d2a
Octal15625652450114401317552
Binary110111010101110101010100101010011001000001011001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,174,42); }

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

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

 a { background-color: rgb(110,174,42); }

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

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

 span { border-color: rgb(110,174,42); }

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