Html Css Color HEX #6EAE0E Christi

📋 copy color: '#6EAE0E'

red 110 ◦ green 174 ◦ blue 14

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

Shades of Christi #6EAE0E

Tints of Christi #6EAE0E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 58.39%

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

R = 36.91%
G = 58.39%
B = 4.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#6EAE0E (or 0x6EAE0E) is known color: Christi. HEX triplet: 6E, AE and 0E. RGB value is (110,174,14). Sum of RGB (Red+Green+Blue) = 110+174+14=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 174 (68.36% from 255 or 58.39% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 174 - color contains mainly: green. Hex color #6EAE0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EAE0E is #9151F1. Grayscale: #898989. Windows color (decimal): -9523698 or 962158. OLE color: 962158.

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

Color convert

RGB 110 174 14 -
CMYK 0.37 0 0.92 0.32
HSL 84º 0.85% 0.37% -
HSV(B) 84º 0.92% 0.68% -
XYZ 21.65 33.62 5.76 -
YUV 136.62 58.8 109.01 -
System Red Green Blue C M Y K H S L
Decimal 110 174 14 0.37 0 0.92 0.32 84 0.85 0.37
Hex 6E AE E 25 0 5C 20 54 55 25
Octal 156 256 16 45 0 134 40 124 125 45
Binary 1101110 10101110 1110 100101 0 1011100 100000 1010100 1010101 100101

Color Harmonies of #6EAE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAE0E

Black with #6EAE0E

Text Example


Text Example

White with #6EAE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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