#6A856F

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

Shades of Laurel #6A856F

Tints of Laurel #6A856F

Color information

#6A856F (or 0x6A856F) is unknown color: approx Laurel. HEX triplet: 6A, 85 and 6F. RGB value is (106,133,111). Sum of RGB (Red+Green+Blue) = 106+133+111=350 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.29% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #6A856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A856F is #957A90. Grayscale: #7A7A7A. Windows color (decimal): -9796241 or 7308650. OLE color: 7308650.

HSL color Cylindrical-coordinate representation of color #6A856F: hue angle of 131.11º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A856F is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB106133111-
CMYK0.2000.170.48
HSL131.11º11.3%46.86%-
HSV(B)131.11º20.3%52.16%-
XYZ17.220.9918.18-
YUV122.42121.55116.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.29%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=30.29%
G=38%
B=31.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1061331110.2000.170.48131.1111.346.86
Hex6A856F140113083b2f
Octal15220515724021602031357
Binary110101010000101110111110100010001110000100000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,133,111); }

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

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

 a { background-color: rgb(106,133,111); }

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

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

 span { border-color: rgb(106,133,111); }

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