#60916B

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

Shades of Laurel #60916B

Tints of Laurel #60916B

Color information

#60916B (or 0x60916B) is unknown color: approx Laurel. HEX triplet: 60, 91 and 6B. RGB value is (96,145,107). Sum of RGB (Red+Green+Blue) = 96+145+107=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #60916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60916B is #9F6E94. Grayscale: #7E7E7E. Windows color (decimal): -10448533 or 7049568. OLE color: 7049568.

HSL color Cylindrical-coordinate representation of color #60916B: hue angle of 133.47º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60916B is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB96145107-
CMYK0.3400.260.43
HSL133.47º20.33%47.25%-
HSV(B)133.47º33.79%56.86%-
XYZ17.623.817.58-
YUV126.02117.27106.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 145 (57.03% from 255) = 41.67%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=27.59%
G=41.67%
B=30.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961451070.3400.260.43133.4720.3347.25
Hex60916B2201A2B85142f
Octal14022115342032532052457
Binary11000001001000111010111000100110101010111000010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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