#608164

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

Shades of Laurel #608164

Tints of Laurel #608164

Color information

#608164 (or 0x608164) is unknown color: approx Laurel. HEX triplet: 60, 81 and 64. RGB value is (96,129,100). Sum of RGB (Red+Green+Blue) = 96+129+100=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #608164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608164 is #9F7E9B. Grayscale: #737373. Windows color (decimal): -10452636 or 6586720. OLE color: 6586720.

HSL color Cylindrical-coordinate representation of color #608164: hue angle of 127.27º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #608164 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB96129100-
CMYK0.2600.220.49
HSL127.27º14.67%44.12%-
HSV(B)127.27º25.58%50.59%-
XYZ14.9719.1114.96-
YUV115.83119.07113.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=29.54%
G=39.69%
B=30.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961291000.2600.220.49127.2714.6744.12
Hex6081641A016317ff2c
Octal14020114432026611771754
Binary11000001000000111001001101001011011000111111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608164; }

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

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

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

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

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

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

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

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