#6E9F1C

Color #6E9F1C Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6E9F1C

Tints of Christi #6E9F1C

Color information

#6E9F1C (or 0x6E9F1C) is unknown color: approx Christi. HEX triplet: 6E, 9F and 1C. RGB value is (110,159,28). Sum of RGB (Red+Green+Blue) = 110+159+28=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #6E9F1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9F1C is #9160E3. Grayscale: #818181. Windows color (decimal): -9527524 or 1875822. OLE color: 1875822.

HSL color Cylindrical-coordinate representation of color #6E9F1C: hue angle of 82.44º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E9F1C is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB11015928-
CMYK0.3100.820.38
HSL82.44º70.05%36.67%-
HSV(B)82.44º82.39%62.35%-
XYZ19.0428.25.54-
YUV129.4270.77114.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.04%
GREEN value IS 159 (62.5% from 255) = 53.54%
BLUE value IS 28 (11.33% from 255) = 9.43%
R=37.04%
G=53.54%
B=9.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110159280.3100.820.3882.4470.0536.67
Hex6E9F1C1F05226524625
Octal156237343701224612210645
Binary11011101001111111100111110101001010011010100101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E9F1C;
 }
 .AnyTagClassName
 {
   color: #6E9F1C;
 }
</style>
background-color css

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

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

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

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

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

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