Html Css Color HEX #6E9F13 Christi

📋 copy color: '#6E9F13'

red 110 ◦ green 159 ◦ blue 19

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

Shades of Christi #6E9F13

Tints of Christi #6E9F13

RGB

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

 GREEN value IS 159 (62.5% from 255) = 55.21%

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

R = 38.19%
G = 55.21%
B = 6.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#6E9F13 (or 0x6E9F13) is known color: Christi. HEX triplet: 6E, 9F and 13. RGB value is (110,159,19). Sum of RGB (Red+Green+Blue) = 110+159+19=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 159 (62.5% from 255 or 55.21% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 159 - color contains mainly: green. Hex color #6E9F13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9F13 is #9160EC. Grayscale: #808080. Windows color (decimal): -9527533 or 1285998. OLE color: 1285998.

HSL color Cylindrical-coordinate representation of color #6E9F13: hue angle of 81º 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 #6E9F13 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 159 19 -
CMYK 0.31 0 0.88 0.38
HSL 81º 0.79% 0.35% -
HSV(B) 81º 0.88% 0.62% -
XYZ 18.95 28.16 5.05 -
YUV 128.39 66.27 114.88 -
System Red Green Blue C M Y K H S L
Decimal 110 159 19 0.31 0 0.88 0.38 81 0.79 0.35
Hex 6E 9F 13 1F 0 58 26 51 4F 23
Octal 156 237 23 37 0 130 46 121 117 43
Binary 1101110 10011111 10011 11111 0 1011000 100110 1010001 1001111 100011

Color Harmonies of #6E9F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9F13

Black with #6E9F13

Text Example


Text Example

White with #6E9F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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