#608564

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

Shades of Laurel #608564

Tints of Laurel #608564

Color information

#608564 (or 0x608564) is unknown color: approx Laurel. HEX triplet: 60, 85 and 64. RGB value is (96,133,100). Sum of RGB (Red+Green+Blue) = 96+133+100=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #608564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608564 is #9F7A9B. Grayscale: #767676. Windows color (decimal): -10451612 or 6587744. OLE color: 6587744.

HSL color Cylindrical-coordinate representation of color #608564: hue angle of 126.49º 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 #608564 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB96133100-
CMYK0.2800.250.48
HSL126.49º16.16%44.9%-
HSV(B)126.49º27.82%52.16%-
XYZ15.5120.1815.13-
YUV118.18117.74112.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 100 (39.45% from 255) = 30.40%
R=29.18%
G=40.43%
B=30.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961331000.2800.250.48126.4916.1644.9
Hex6085641C019307e102d
Octal14020514434031601762055
Binary110000010000101110010011100011001110000111111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608564; }

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

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

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

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

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

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

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

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