#608A68

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

Shades of Laurel #608A68

Tints of Laurel #608A68

Color information

#608A68 (or 0x608A68) is unknown color: approx Laurel. HEX triplet: 60, 8A and 68. RGB value is (96,138,104). Sum of RGB (Red+Green+Blue) = 96+138+104=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #608A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608A68 is #9F7597. Grayscale: #797979. Windows color (decimal): -10450328 or 6851168. OLE color: 6851168.

HSL color Cylindrical-coordinate representation of color #608A68: hue angle of 131.43º 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 #608A68 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB96138104-
CMYK0.3000.250.46
HSL131.43º17.95%45.88%-
HSV(B)131.43º30.43%54.12%-
XYZ16.4121.6616.41-
YUV121.57118.09109.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.40%
GREEN value IS 138 (54.30% from 255) = 40.83%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=28.40%
G=40.83%
B=30.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961381040.3000.250.46131.4317.9545.88
Hex608A681E0192E83122e
Octal14021215036031562032256
Binary1100000100010101101000111100110011011101000001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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