#60876A

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

Shades of Laurel #60876A

Tints of Laurel #60876A

Color information

#60876A (or 0x60876A) is unknown color: approx Laurel. HEX triplet: 60, 87 and 6A. RGB value is (96,135,106). Sum of RGB (Red+Green+Blue) = 96+135+106=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #60876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60876A is #9F7895. Grayscale: #787878. Windows color (decimal): -10451094 or 6981472. OLE color: 6981472.

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

Color convert

RGB96135106-
CMYK0.2900.210.47
HSL135.38º16.88%45.29%-
HSV(B)135.38º28.89%52.94%-
XYZ16.0920.8616.81-
YUV120.03120.08110.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 135 (53.12% from 255) = 40.06%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=28.49%
G=40.06%
B=31.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961351060.2900.210.47135.3816.8845.29
Hex60876A1D0152F87112d
Octal14020715235025572072155
Binary1100000100001111101010111010101011011111000011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60876A; }

 p { color: rgb(96,135,106); }

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

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

 a { background-color: rgb(96,135,106); }

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

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

 span { border-color: rgb(96,135,106); }

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