#608664

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

Shades of Laurel #608664

Tints of Laurel #608664

Color information

#608664 (or 0x608664) is unknown color: approx Laurel. HEX triplet: 60, 86 and 64. RGB value is (96,134,100). Sum of RGB (Red+Green+Blue) = 96+134+100=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #608664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608664 is #9F799B. Grayscale: #767676. Windows color (decimal): -10451356 or 6588000. OLE color: 6588000.

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

Color convert

RGB96134100-
CMYK0.2800.250.47
HSL126.32º16.52%45.1%-
HSV(B)126.32º28.36%52.55%-
XYZ15.6520.4615.18-
YUV118.76117.41111.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 100 (39.45% from 255) = 30.30%
R=29.09%
G=40.61%
B=30.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961341000.2800.250.47126.3216.5245.1
Hex6086641C0192F7e112d
Octal14020614434031571762155
Binary110000010000110110010011100011001101111111111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608664; }

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

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

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

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

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

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

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

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