Html Css Color HEX #6EAC0E Christi

📋 copy color: '#6EAC0E'

red 110 ◦ green 172 ◦ blue 14

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

Shades of Christi #6EAC0E

Tints of Christi #6EAC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 58.11%

 BLUE value IS 14 (5.86% from 255) = 4.73%

R = 37.16%
G = 58.11%
B = 4.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#6EAC0E (or 0x6EAC0E) is known color: Christi. HEX triplet: 6E, AC and 0E. RGB value is (110,172,14). Sum of RGB (Red+Green+Blue) = 110+172+14=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #6EAC0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EAC0E is #9153F1. Grayscale: #888888. Windows color (decimal): -9524210 or 961646. OLE color: 961646.

HSL color Cylindrical-coordinate representation of color #6EAC0E: hue angle of 83.54º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6EAC0E is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 172 14 -
CMYK 0.36 0 0.92 0.33
HSL 83.54º 0.85% 0.36% -
HSV(B) 83.54º 0.92% 0.67% -
XYZ 21.26 32.85 5.64 -
YUV 135.45 59.46 109.85 -
System Red Green Blue C M Y K H S L
Decimal 110 172 14 0.36 0 0.92 0.33 83.54 0.85 0.36
Hex 6E AC E 24 0 5C 21 54 55 24
Octal 156 254 16 44 0 134 41 124 125 44
Binary 1101110 10101100 1110 100100 0 1011100 100001 1010100 1010101 100100

Color Harmonies of #6EAC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAC0E

Black with #6EAC0E

Text Example


Text Example

White with #6EAC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,172,14); }

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

background-color css

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

 a { background-color: rgb(110,172,14); }

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

border-color css

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

 span { border-color: rgb(110,172,14); }

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