#608B68

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

Shades of Laurel #608B68

Tints of Laurel #608B68

Color information

#608B68 (or 0x608B68) is unknown color: approx Laurel. HEX triplet: 60, 8B and 68. RGB value is (96,139,104). Sum of RGB (Red+Green+Blue) = 96+139+104=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 139 - color contains mainly: green. Hex color #608B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608B68 is #9F7497. Grayscale: #7A7A7A. Windows color (decimal): -10450072 or 6851424. OLE color: 6851424.

HSL color Cylindrical-coordinate representation of color #608B68: hue angle of 131.16º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #608B68 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB96139104-
CMYK0.3100.250.45
HSL131.16º18.3%46.08%-
HSV(B)131.16º30.94%54.51%-
XYZ16.5621.9516.46-
YUV122.15117.75109.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.32%
GREEN value IS 139 (54.69% from 255) = 41.00%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=28.32%
G=41.00%
B=30.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961391040.3100.250.45131.1618.346.08
Hex608B681F0192D83122e
Octal14021315037031552032256
Binary1100000100010111101000111110110011011011000001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608B68; }

 p { color: rgb(96,139,104); }

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

<style>
 a { background-color: #608B68; }

 a { background-color: rgb(96,139,104); }

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

<style>
 span { border-color: #608B68; }

 span { border-color: rgb(96,139,104); }

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