#6B9568

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

Shades of Laurel #6B9568

Tints of Laurel #6B9568

Color information

#6B9568 (or 0x6B9568) is unknown color: approx Laurel. HEX triplet: 6B, 95 and 68. RGB value is (107,149,104). Sum of RGB (Red+Green+Blue) = 107+149+104=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #6B9568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9568 is #946A97. Grayscale: #838383. Windows color (decimal): -9726616 or 6853995. OLE color: 6853995.

HSL color Cylindrical-coordinate representation of color #6B9568: hue angle of 116º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B9568 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB107149104-
CMYK0.2800.300.42
HSL116º17.79%49.61%-
HSV(B)116º30.2%58.43%-
XYZ19.3125.6217.02-
YUV131.31112.59110.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.72%
GREEN value IS 149 (58.59% from 255) = 41.39%
BLUE value IS 104 (41.02% from 255) = 28.89%
R=29.72%
G=41.39%
B=28.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071491040.2800.300.4211617.7949.61
Hex6B95681C01E2A741232
Octal15322515034036521642262
Binary110101110010101110100011100011110101010111010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,149,104); }

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

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

 a { background-color: rgb(107,149,104); }

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

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

 span { border-color: rgb(107,149,104); }

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