#608468

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

Shades of Laurel #608468

Tints of Laurel #608468

Color information

#608468 (or 0x608468) is unknown color: approx Laurel. HEX triplet: 60, 84 and 68. RGB value is (96,132,104). Sum of RGB (Red+Green+Blue) = 96+132+104=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #608468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608468 is #9F7B97. Grayscale: #767676. Windows color (decimal): -10451864 or 6849632. OLE color: 6849632.

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

Color convert

RGB96132104-
CMYK0.2700.210.48
HSL133.33º15.79%44.71%-
HSV(B)133.33º27.27%51.76%-
XYZ15.5719.9916.13-
YUV118.04120.07112.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=28.92%
G=39.76%
B=31.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961321040.2700.210.48133.3315.7944.71
Hex6084681B0153085102d
Octal14020415033025602052055
Binary1100000100001001101000110110101011100001000010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608468; }

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

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

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

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

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

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

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

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