#6C8A69

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

Shades of Laurel #6C8A69

Tints of Laurel #6C8A69

Color information

#6C8A69 (or 0x6C8A69) is unknown color: approx Laurel. HEX triplet: 6C, 8A and 69. RGB value is (108,138,105). Sum of RGB (Red+Green+Blue) = 108+138+105=351 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.77% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8A69 is #937596. Grayscale: #7D7D7D. Windows color (decimal): -9663895 or 6916716. OLE color: 6916716.

HSL color Cylindrical-coordinate representation of color #6C8A69: hue angle of 114.55º 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 #6C8A69 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB108138105-
CMYK0.2200.240.46
HSL114.55º13.58%47.65%-
HSV(B)114.55º23.91%54.12%-
XYZ17.8222.3916.75-
YUV125.27116.56115.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.77%
GREEN value IS 138 (54.30% from 255) = 39.32%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=30.77%
G=39.32%
B=29.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1081381050.2200.240.46114.5513.5847.65
Hex6C8A69160182E73e30
Octal15421215126030561631660
Binary11011001000101011010011011001100010111011100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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