Html Css Color HEX #6EA015 Christi

📋 copy color: '#6EA015'

red 110 ◦ green 160 ◦ blue 21

#6EA015
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #6EA015

Tints of Christi #6EA015

RGB

 RED value IS 110 (43.36% from 255) = 37.8%

 GREEN value IS 160 (62.89% from 255) = 54.98%

 BLUE value IS 21 (8.59% from 255) = 7.22%

R = 37.8%
G = 54.98%
B = 7.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#6EA015 (or 0x6EA015) is known color: Christi. HEX triplet: 6E, A0 and 15. RGB value is (110,160,21). Sum of RGB (Red+Green+Blue) = 110+160+21=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA015 is #915FEA. Grayscale: #818181. Windows color (decimal): -9527275 or 1417326. OLE color: 1417326.

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

Color convert

RGB 110 160 21 -
CMYK 0.31 0 0.87 0.37
HSL 81.58º 0.77% 0.35% -
HSV(B) 81.58º 0.87% 0.63% -
XYZ 19.14 28.51 5.2 -
YUV 129.2 66.94 114.3 -
System Red Green Blue C M Y K H S L
Decimal 110 160 21 0.31 0 0.87 0.37 81.58 0.77 0.35
Hex 6E A0 15 1F 0 57 25 52 4D 23
Octal 156 240 25 37 0 127 45 122 115 43
Binary 1101110 10100000 10101 11111 0 1010111 100101 1010010 1001101 100011

Color Harmonies of #6EA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA015

Black with #6EA015

Text Example


Text Example

White with #6EA015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,160,21); }

 H1.HeaderClassName
 {
   color: #6EA015;
 }
 .AnyTagClassName
 {
   color: #6EA015;
 }
</style>

background-color css

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

 a { background-color: rgb(110,160,21); }

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

border-color css

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

 span { border-color: rgb(110,160,21); }

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