#6E7139

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

Shades of Crete #6E7139

Tints of Crete #6E7139

Color information

#6E7139 (or 0x6E7139) is unknown color: approx Crete. HEX triplet: 6E, 71 and 39. RGB value is (110,113,57). Sum of RGB (Red+Green+Blue) = 110+113+57=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7139 is #918EC6. Grayscale: #696969. Windows color (decimal): -9539271 or 3764590. OLE color: 3764590.

HSL color Cylindrical-coordinate representation of color #6E7139: hue angle of 63.21º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E7139 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB11011357-
CMYK0.0300.500.56
HSL63.21º32.94%33.33%-
HSV(B)63.21º49.56%44.31%-
XYZ13.0715.426.16-
YUV105.72100.51131.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.29%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 57 (22.66% from 255) = 20.36%
R=39.29%
G=40.36%
B=20.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110113570.0300.500.5663.2132.9433.33
Hex6E71393032383f2121
Octal15616171306270774141
Binary11011101110001111001110110010111000111111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,113,57); }

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

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

 a { background-color: rgb(110,113,57); }

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

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

 span { border-color: rgb(110,113,57); }

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