#608569

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

Shades of Laurel #608569

Tints of Laurel #608569

Color information

#608569 (or 0x608569) is unknown color: approx Laurel. HEX triplet: 60, 85 and 69. RGB value is (96,133,105). Sum of RGB (Red+Green+Blue) = 96+133+105=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #608569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608569 is #9F7A96. Grayscale: #767676. Windows color (decimal): -10451607 or 6915424. OLE color: 6915424.

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

Color convert

RGB96133105-
CMYK0.2800.210.48
HSL134.59º16.16%44.9%-
HSV(B)134.59º27.82%52.16%-
XYZ15.7620.2816.45-
YUV118.74120.24111.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.74%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=28.74%
G=39.82%
B=31.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961331050.2800.210.48134.5916.1644.9
Hex6085691C0153087102d
Octal14020515134025602072055
Binary1100000100001011101001111000101011100001000011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608569; }

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

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

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

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

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

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

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

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