#6A8369

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

Shades of Laurel #6A8369

Tints of Laurel #6A8369

Color information

#6A8369 (or 0x6A8369) is unknown color: approx Laurel. HEX triplet: 6A, 83 and 69. RGB value is (106,131,105). Sum of RGB (Red+Green+Blue) = 106+131+105=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #6A8369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8369 is #957C96. Grayscale: #787878. Windows color (decimal): -9796759 or 6914922. OLE color: 6914922.

HSL color Cylindrical-coordinate representation of color #6A8369: hue angle of 117.69º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A8369 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB106131105-
CMYK0.1900.200.49
HSL117.69º11.02%46.27%-
HSV(B)117.69º19.85%51.37%-
XYZ16.6120.3216.41-
YUV120.56119.22117.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.99%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=30.99%
G=38.30%
B=30.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1061311050.1900.200.49117.6911.0246.27
Hex6A8369130143176b2e
Octal15220315123024611661356
Binary11010101000001111010011001101010011000111101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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