#60896B

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

Shades of Laurel #60896B

Tints of Laurel #60896B

Color information

#60896B (or 0x60896B) is unknown color: approx Laurel. HEX triplet: 60, 89 and 6B. RGB value is (96,137,107). Sum of RGB (Red+Green+Blue) = 96+137+107=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #60896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60896B is #9F7694. Grayscale: #797979. Windows color (decimal): -10450581 or 7047520. OLE color: 7047520.

HSL color Cylindrical-coordinate representation of color #60896B: hue angle of 136.1º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60896B is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB96137107-
CMYK0.3000.220.46
HSL136.1º17.6%45.69%-
HSV(B)136.1º29.93%53.73%-
XYZ16.4221.4417.18-
YUV121.32119.92109.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=28.24%
G=40.29%
B=31.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961371070.3000.220.46136.117.645.69
Hex60896B1E0162E88122e
Octal14021115336026562102256
Binary1100000100010011101011111100101101011101000100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60896B; }

 p { color: rgb(96,137,107); }

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

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

 a { background-color: rgb(96,137,107); }

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

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

 span { border-color: rgb(96,137,107); }

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