#6A9568

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

Shades of Laurel #6A9568

Tints of Laurel #6A9568

Color information

#6A9568 (or 0x6A9568) is unknown color: approx Laurel. HEX triplet: 6A, 95 and 68. RGB value is (106,149,104). Sum of RGB (Red+Green+Blue) = 106+149+104=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #6A9568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9568 is #956A97. Grayscale: #838383. Windows color (decimal): -9792152 or 6853994. OLE color: 6853994.

HSL color Cylindrical-coordinate representation of color #6A9568: hue angle of 117.33º 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 #6A9568 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB106149104-
CMYK0.2900.300.42
HSL117.33º17.79%49.61%-
HSV(B)117.33º30.2%58.43%-
XYZ19.1925.5617.02-
YUV131.01112.75110.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.53%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=29.53%
G=41.50%
B=28.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061491040.2900.300.42117.3317.7949.61
Hex6A95681D01E2A751232
Octal15222515035036521652262
Binary110101010010101110100011101011110101010111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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