#608968

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

Shades of Laurel #608968

Tints of Laurel #608968

Color information

#608968 (or 0x608968) is unknown color: approx Laurel. HEX triplet: 60, 89 and 68. RGB value is (96,137,104). Sum of RGB (Red+Green+Blue) = 96+137+104=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #608968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608968 is #9F7697. Grayscale: #797979. Windows color (decimal): -10450584 or 6850912. OLE color: 6850912.

HSL color Cylindrical-coordinate representation of color #608968: hue angle of 131.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608968 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB96137104-
CMYK0.3000.240.46
HSL131.71º17.6%45.69%-
HSV(B)131.71º29.93%53.73%-
XYZ16.2721.3816.37-
YUV120.98118.42110.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 137 (53.91% from 255) = 40.65%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=28.49%
G=40.65%
B=30.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961371040.3000.240.46131.7117.645.69
Hex6089681E0182E84122e
Octal14021115036030562042256
Binary1100000100010011101000111100110001011101000010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608968; }

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

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

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

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

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

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

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

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