#6A9569

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

Shades of Laurel #6A9569

Tints of Laurel #6A9569

Color information

#6A9569 (or 0x6A9569) is unknown color: approx Laurel. HEX triplet: 6A, 95 and 69. RGB value is (106,149,105). Sum of RGB (Red+Green+Blue) = 106+149+105=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #6A9569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9569 is #956A96. Grayscale: #838383. Windows color (decimal): -9792151 or 6919530. OLE color: 6919530.

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

Color convert

RGB106149105-
CMYK0.2900.300.42
HSL118.64º17.32%49.8%-
HSV(B)118.64º29.53%58.43%-
XYZ19.2425.5817.29-
YUV131.13113.25110.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.44%
GREEN value IS 149 (58.59% from 255) = 41.39%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=29.44%
G=41.39%
B=29.17%

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
Decimal1061491050.2900.300.42118.6417.3249.8
Hex6A95691D01E2A771132
Octal15222515135036521672162
Binary110101010010101110100111101011110101010111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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