#6A8A69

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

Shades of Laurel #6A8A69

Tints of Laurel #6A8A69

Color information

#6A8A69 (or 0x6A8A69) is unknown color: approx Laurel. HEX triplet: 6A, 8A and 69. RGB value is (106,138,105). Sum of RGB (Red+Green+Blue) = 106+138+105=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 138 - color contains mainly: green. Hex color #6A8A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8A69 is #957596. Grayscale: #7C7C7C. Windows color (decimal): -9794967 or 6916714. OLE color: 6916714.

HSL color Cylindrical-coordinate representation of color #6A8A69: hue angle of 118.18º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A8A69 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB106138105-
CMYK0.2300.240.46
HSL118.18º13.58%47.65%-
HSV(B)118.18º23.91%54.12%-
XYZ17.5822.2616.73-
YUV124.67116.9114.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.37%
GREEN value IS 138 (54.30% from 255) = 39.54%
BLUE value IS 105 (41.41% from 255) = 30.09%
R=30.37%
G=39.54%
B=30.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1061381050.2300.240.46118.1813.5847.65
Hex6A8A69170182E76e30
Octal15221215127030561661660
Binary11010101000101011010011011101100010111011101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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