#60976A

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

Shades of Laurel #60976A

Tints of Laurel #60976A

Color information

#60976A (or 0x60976A) is unknown color: approx Laurel. HEX triplet: 60, 97 and 6A. RGB value is (96,151,106). Sum of RGB (Red+Green+Blue) = 96+151+106=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 151 - color contains mainly: green. Hex color #60976A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60976A is #9F6895. Grayscale: #818181. Windows color (decimal): -10446998 or 6985568. OLE color: 6985568.

HSL color Cylindrical-coordinate representation of color #60976A: hue angle of 130.91º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60976A is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB96151106-
CMYK0.3600.300.41
HSL130.91º22.27%48.43%-
HSV(B)130.91º36.42%59.22%-
XYZ18.4925.6617.61-
YUV129.43114.78104.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 151 (59.38% from 255) = 42.78%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=27.20%
G=42.78%
B=30.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961511060.3600.300.41130.9122.2748.43
Hex60976A2401E29831630
Octal14022715244036512032660
Binary11000001001011111010101001000111101010011000001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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