Html Css Color HEX #6EA00A Christi

📋 copy color: '#6EA00A'

red 110 ◦ green 160 ◦ blue 10

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

Shades of Christi #6EA00A

Tints of Christi #6EA00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.57%

R = 39.29%
G = 57.14%
B = 3.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#6EA00A (or 0x6EA00A) is known color: Christi. HEX triplet: 6E, A0 and 0A. RGB value is (110,160,10). Sum of RGB (Red+Green+Blue) = 110+160+10=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA00A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA00A is #915FF5. Grayscale: #808080. Windows color (decimal): -9527286 or 696430. OLE color: 696430.

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

Color convert

RGB 110 160 10 -
CMYK 0.31 0 0.94 0.37
HSL 80º 0.88% 0.33% -
HSV(B) 80º 0.94% 0.63% -
XYZ 19.06 28.48 4.78 -
YUV 127.95 61.44 115.2 -
System Red Green Blue C M Y K H S L
Decimal 110 160 10 0.31 0 0.94 0.37 80 0.88 0.33
Hex 6E A0 A 1F 0 5E 25 50 58 21
Octal 156 240 12 37 0 136 45 120 130 41
Binary 1101110 10100000 1010 11111 0 1011110 100101 1010000 1011000 100001

Color Harmonies of #6EA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA00A

Black with #6EA00A

Text Example


Text Example

White with #6EA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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