#6A8769

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

Shades of Laurel #6A8769

Tints of Laurel #6A8769

Color information

#6A8769 (or 0x6A8769) is unknown color: approx Laurel. HEX triplet: 6A, 87 and 69. RGB value is (106,135,105). Sum of RGB (Red+Green+Blue) = 106+135+105=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8769 is #957896. Grayscale: #7A7A7A. Windows color (decimal): -9795735 or 6915946. OLE color: 6915946.

HSL color Cylindrical-coordinate representation of color #6A8769: hue angle of 118º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A8769 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB106135105-
CMYK0.2100.220.47
HSL118º12.5%47.06%-
HSV(B)118º22.22%52.94%-
XYZ17.1621.4116.59-
YUV122.91117.89115.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.64%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=30.64%
G=39.02%
B=30.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1061351050.2100.220.4711812.547.06
Hex6A8769150162F76d2f
Octal15220715125026571661557
Binary11010101000011111010011010101011010111111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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