Html Css Color HEX #6EB312 Christi

📋 copy color: '#6EB312'

red 110 ◦ green 179 ◦ blue 18

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

Shades of Christi #6EB312

Tints of Christi #6EB312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 58.31%

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

R = 35.83%
G = 58.31%
B = 5.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#6EB312 (or 0x6EB312) is known color: Christi. HEX triplet: 6E, B3 and 12. RGB value is (110,179,18). Sum of RGB (Red+Green+Blue) = 110+179+18=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 179 (70.31% from 255 or 58.31% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 179 - color contains mainly: green. Hex color #6EB312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EB312 is #914CED. Grayscale: #8C8C8C. Windows color (decimal): -9522414 or 1225582. OLE color: 1225582.

HSL color Cylindrical-coordinate representation of color #6EB312: hue angle of 85.71º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6EB312 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 110 179 18 -
CMYK 0.39 0 0.90 0.30
HSL 85.71º 0.82% 0.39% -
HSV(B) 85.71º 0.9% 0.7% -
XYZ 22.66 35.6 6.25 -
YUV 140.02 59.14 106.59 -
System Red Green Blue C M Y K H S L
Decimal 110 179 18 0.39 0 0.90 0.30 85.71 0.82 0.39
Hex 6E B3 12 27 0 5A 1E 56 52 27
Octal 156 263 22 47 0 132 36 126 122 47
Binary 1101110 10110011 10010 100111 0 1011010 11110 1010110 1010010 100111

Color Harmonies of #6EB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB312

Black with #6EB312

Text Example


Text Example

White with #6EB312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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