#608865

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

Shades of Laurel #608865

Tints of Laurel #608865

Color information

#608865 (or 0x608865) is unknown color: approx Laurel. HEX triplet: 60, 88 and 65. RGB value is (96,136,101). Sum of RGB (Red+Green+Blue) = 96+136+101=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #608865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608865 is #9F779A. Grayscale: #787878. Windows color (decimal): -10450843 or 6654048. OLE color: 6654048.

HSL color Cylindrical-coordinate representation of color #608865: hue angle of 127.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608865 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB96136101-
CMYK0.2900.260.47
HSL127.5º17.24%45.49%-
HSV(B)127.5º29.41%53.33%-
XYZ15.9821.0315.53-
YUV120.05117.25110.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 136 (53.52% from 255) = 40.84%
BLUE value IS 101 (39.84% from 255) = 30.33%
R=28.83%
G=40.84%
B=30.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961361010.2900.260.47127.517.2445.49
Hex6088651D01A2F80112d
Octal14021014535032572002155
Binary1100000100010001100101111010110101011111000000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608865; }

 p { color: rgb(96,136,101); }

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

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

 a { background-color: rgb(96,136,101); }

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

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

 span { border-color: rgb(96,136,101); }

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