#608464

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

Shades of Laurel #608464

Tints of Laurel #608464

Color information

#608464 (or 0x608464) is unknown color: approx Laurel. HEX triplet: 60, 84 and 64. RGB value is (96,132,100). Sum of RGB (Red+Green+Blue) = 96+132+100=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #608464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608464 is #9F7B9B. Grayscale: #757575. Windows color (decimal): -10451868 or 6587488. OLE color: 6587488.

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

Color convert

RGB96132100-
CMYK0.2700.240.48
HSL126.67º15.79%44.71%-
HSV(B)126.67º27.27%51.76%-
XYZ15.3819.9115.09-
YUV117.59118.07112.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.27%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=29.27%
G=40.24%
B=30.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961321000.2700.240.48126.6715.7944.71
Hex6084641B018307f102d
Octal14020414433030601772055
Binary110000010000100110010011011011000110000111111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608464; }

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

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

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

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

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

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

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

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