#668B69

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

Shades of Laurel #668B69

Tints of Laurel #668B69

Color information

#668B69 (or 0x668B69) is unknown color: approx Laurel. HEX triplet: 66, 8B and 69. RGB value is (102,139,105). Sum of RGB (Red+Green+Blue) = 102+139+105=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #668B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B69 is #997496. Grayscale: #7C7C7C. Windows color (decimal): -10056855 or 6916966. OLE color: 6916966.

HSL color Cylindrical-coordinate representation of color #668B69: hue angle of 124.86º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668B69 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB102139105-
CMYK0.2700.240.45
HSL124.86º15.35%47.25%-
HSV(B)124.86º26.62%54.51%-
XYZ17.2622.3116.76-
YUV124.06117.24112.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.48%
GREEN value IS 139 (54.69% from 255) = 40.17%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=29.48%
G=40.17%
B=30.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021391050.2700.240.45124.8615.3547.25
Hex668B691B0182D7df2f
Octal14621315133030551751757
Binary11001101000101111010011101101100010110111111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668B69; }

 p { color: rgb(102,139,105); }

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

<style>
 a { background-color: #668B69; }

 a { background-color: rgb(102,139,105); }

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

<style>
 span { border-color: #668B69; }

 span { border-color: rgb(102,139,105); }

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