#668B6B

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

Shades of Laurel #668B6B

Tints of Laurel #668B6B

Color information

#668B6B (or 0x668B6B) is unknown color: approx Laurel. HEX triplet: 66, 8B and 6B. RGB value is (102,139,107). Sum of RGB (Red+Green+Blue) = 102+139+107=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 139 - color contains mainly: green. Hex color #668B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B6B is #997494. Grayscale: #7C7C7C. Windows color (decimal): -10056853 or 7048038. OLE color: 7048038.

HSL color Cylindrical-coordinate representation of color #668B6B: hue angle of 128.11º 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 #668B6B is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB102139107-
CMYK0.2700.230.45
HSL128.11º15.35%47.25%-
HSV(B)128.11º26.62%54.51%-
XYZ17.3722.3517.31-
YUV124.29118.24112.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.31%
GREEN value IS 139 (54.69% from 255) = 39.94%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=29.31%
G=39.94%
B=30.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021391070.2700.230.45128.1115.3547.25
Hex668B6B1B0172D80f2f
Octal14621315333027552001757
Binary110011010001011110101111011010111101101100000001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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