#6EAE0F

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

Shades of Christi #6EAE0F

Tints of Christi #6EAE0F

Color information

#6EAE0F (or 0x6EAE0F) is unknown color: approx Christi. HEX triplet: 6E, AE and 0F. RGB value is (110,174,15). Sum of RGB (Red+Green+Blue) = 110+174+15=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 174 (68.36% from 255 or 58.19% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 174 - color contains mainly: green. Hex color #6EAE0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EAE0F is #9151F0. Grayscale: #898989. Windows color (decimal): -9523697 or 1027694. OLE color: 1027694.

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

Color convert

RGB11017415-
CMYK0.3700.910.32
HSL84.15º84.13%37.06%-
HSV(B)84.15º91.38%68.24%-
XYZ21.6533.625.8-
YUV136.7459.3108.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.79%
GREEN value IS 174 (68.36% from 255) = 58.19%
BLUE value IS 15 (6.25% from 255) = 5.02%
R=36.79%
G=58.19%
B=5.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110174150.3700.910.3284.1584.1337.06
Hex6EAEF2505B20545425
Octal156256174501334012412445
Binary11011101010111011111001010101101110000010101001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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