Html Css Color HEX #6EA312 Christi

📋 copy color: '#6EA312'

red 110 ◦ green 163 ◦ blue 18

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

Shades of Christi #6EA312

Tints of Christi #6EA312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 56.01%

 BLUE value IS 18 (7.42% from 255) = 6.19%

R = 37.8%
G = 56.01%
B = 6.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#6EA312 (or 0x6EA312) is known color: Christi. HEX triplet: 6E, A3 and 12. RGB value is (110,163,18). Sum of RGB (Red+Green+Blue) = 110+163+18=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 163 (64.06% from 255 or 56.01% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 163 - color contains mainly: green. Hex color #6EA312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6EA312 is #915CED. Grayscale: #838383. Windows color (decimal): -9526510 or 1221486. OLE color: 1221486.

HSL color Cylindrical-coordinate representation of color #6EA312: hue angle of 81.93º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6EA312 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 110 163 18 -
CMYK 0.33 0 0.89 0.36
HSL 81.93º 0.8% 0.35% -
HSV(B) 81.93º 0.89% 0.64% -
XYZ 19.64 29.55 5.24 -
YUV 130.62 64.44 113.29 -
System Red Green Blue C M Y K H S L
Decimal 110 163 18 0.33 0 0.89 0.36 81.93 0.8 0.35
Hex 6E A3 12 21 0 59 24 52 50 23
Octal 156 243 22 41 0 131 44 122 120 43
Binary 1101110 10100011 10010 100001 0 1011001 100100 1010010 1010000 100011

Color Harmonies of #6EA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA312

Black with #6EA312

Text Example


Text Example

White with #6EA312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,163,18); }

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

background-color css

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

 a { background-color: rgb(110,163,18); }

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

border-color css

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

 span { border-color: rgb(110,163,18); }

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