Html Css Color HEX #6EA028 Christi

📋 copy color: '#6EA028'

red 110 ◦ green 160 ◦ blue 40

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

Shades of Christi #6EA028

Tints of Christi #6EA028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.9%

R = 35.48%
G = 51.61%
B = 12.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#6EA028 (or 0x6EA028) is known color: Christi. HEX triplet: 6E, A0 and 28. RGB value is (110,160,40). Sum of RGB (Red+Green+Blue) = 110+160+40=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EA028 is #915FD7. Grayscale: #838383. Windows color (decimal): -9527256 or 2662510. OLE color: 2662510.

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

Color convert

RGB 110 160 40 -
CMYK 0.31 0 0.75 0.37
HSL 85º 0.6% 0.39% -
HSV(B) 85º 0.75% 0.63% -
XYZ 19.38 28.61 6.51 -
YUV 131.37 76.44 112.76 -
System Red Green Blue C M Y K H S L
Decimal 110 160 40 0.31 0 0.75 0.37 85 0.6 0.39
Hex 6E A0 28 1F 0 4B 25 55 3C 27
Octal 156 240 50 37 0 113 45 125 74 47
Binary 1101110 10100000 101000 11111 0 1001011 100101 1010101 111100 100111

Color Harmonies of #6EA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA028

Black with #6EA028

Text Example


Text Example

White with #6EA028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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