Html Css Color HEX #6E9E13 Christi

📋 copy color: '#6E9E13'

red 110 ◦ green 158 ◦ blue 19

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

Shades of Christi #6E9E13

Tints of Christi #6E9E13

RGB

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

 GREEN value IS 158 (62.11% from 255) = 55.05%

 BLUE value IS 19 (7.81% from 255) = 6.62%

R = 38.33%
G = 55.05%
B = 6.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#6E9E13 (or 0x6E9E13) is known color: Christi. HEX triplet: 6E, 9E and 13. RGB value is (110,158,19). Sum of RGB (Red+Green+Blue) = 110+158+19=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #6E9E13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9E13 is #9161EC. Grayscale: #808080. Windows color (decimal): -9527789 or 1285742. OLE color: 1285742.

HSL color Cylindrical-coordinate representation of color #6E9E13: hue angle of 80.72º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E9E13 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 158 19 -
CMYK 0.30 0 0.88 0.38
HSL 80.72º 0.79% 0.35% -
HSV(B) 80.72º 0.88% 0.62% -
XYZ 18.77 27.82 5 -
YUV 127.8 66.6 115.3 -
System Red Green Blue C M Y K H S L
Decimal 110 158 19 0.30 0 0.88 0.38 80.72 0.79 0.35
Hex 6E 9E 13 1E 0 58 26 51 4F 23
Octal 156 236 23 36 0 130 46 121 117 43
Binary 1101110 10011110 10011 11110 0 1011000 100110 1010001 1001111 100011

Color Harmonies of #6E9E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9E13

Black with #6E9E13

Text Example


Text Example

White with #6E9E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,158,19); }

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

background-color css

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

 a { background-color: rgb(110,158,19); }

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

border-color css

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

 span { border-color: rgb(110,158,19); }

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