#608565

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

Shades of Laurel #608565

Tints of Laurel #608565

Color information

#608565 (or 0x608565) is unknown color: approx Laurel. HEX triplet: 60, 85 and 65. RGB value is (96,133,101). Sum of RGB (Red+Green+Blue) = 96+133+101=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #608565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608565 is #9F7A9A. Grayscale: #767676. Windows color (decimal): -10451611 or 6653280. OLE color: 6653280.

HSL color Cylindrical-coordinate representation of color #608565: hue angle of 128.11º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608565 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB96133101-
CMYK0.2800.240.48
HSL128.11º16.16%44.9%-
HSV(B)128.11º27.82%52.16%-
XYZ15.5620.215.39-
YUV118.29118.24112.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=29.09%
G=40.30%
B=30.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961331010.2800.240.48128.1116.1644.9
Hex6085651C0183080102d
Octal14020514534030602002055
Binary1100000100001011100101111000110001100001000000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608565; }

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

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

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

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

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

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

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

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