#6E9570

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

Shades of Laurel #6E9570

Tints of Laurel #6E9570

Color information

#6E9570 (or 0x6E9570) is unknown color: approx Laurel. HEX triplet: 6E, 95 and 70. RGB value is (110,149,112). Sum of RGB (Red+Green+Blue) = 110+149+112=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #6E9570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9570 is #916A8F. Grayscale: #858585. Windows color (decimal): -9530000 or 7378286. OLE color: 7378286.

HSL color Cylindrical-coordinate representation of color #6E9570: hue angle of 123.08º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E9570 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB110149112-
CMYK0.2600.250.42
HSL123.08º15.54%50.78%-
HSV(B)123.08º26.17%58.43%-
XYZ20.125.9819.28-
YUV133.12116.08111.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.65%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=29.65%
G=40.16%
B=30.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1101491120.2600.250.42123.0815.5450.78
Hex6E95701A0192A7b1033
Octal15622516032031521732063
Binary110111010010101111000011010011001101010111101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,149,112); }

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

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

 a { background-color: rgb(110,149,112); }

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

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

 span { border-color: rgb(110,149,112); }

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