Html Css Color HEX #6EA614 Christi

📋 copy color: '#6EA614'

red 110 ◦ green 166 ◦ blue 20

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

Shades of Christi #6EA614

Tints of Christi #6EA614

RGB

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

 GREEN value IS 166 (65.23% from 255) = 56.08%

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 37.16%
G = 56.08%
B = 6.76%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#6EA614 (or 0x6EA614) is known color: Christi. HEX triplet: 6E, A6 and 14. RGB value is (110,166,20). Sum of RGB (Red+Green+Blue) = 110+166+20=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 166 (65.23% from 255 or 56.08% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 166 - color contains mainly: green. Hex color #6EA614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA614 is #9159EB. Grayscale: #858585. Windows color (decimal): -9525740 or 1353326. OLE color: 1353326.

HSL color Cylindrical-coordinate representation of color #6EA614: hue angle of 83.01º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6EA614 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 110 166 20 -
CMYK 0.34 0 0.88 0.35
HSL 83.01º 0.78% 0.36% -
HSV(B) 83.01º 0.88% 0.65% -
XYZ 20.19 30.64 5.51 -
YUV 132.61 64.45 111.87 -
System Red Green Blue C M Y K H S L
Decimal 110 166 20 0.34 0 0.88 0.35 83.01 0.78 0.36
Hex 6E A6 14 22 0 58 23 53 4E 24
Octal 156 246 24 42 0 130 43 123 116 44
Binary 1101110 10100110 10100 100010 0 1011000 100011 1010011 1001110 100100

Color Harmonies of #6EA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA614

Black with #6EA614

Text Example


Text Example

White with #6EA614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,166,20); }

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

background-color css

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

 a { background-color: rgb(110,166,20); }

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

border-color css

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

 span { border-color: rgb(110,166,20); }

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