#60B360

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

Shades of Fern #60B360

Tints of Fern #60B360

Color information

#60B360 (or 0x60B360) is unknown color: approx Fern. HEX triplet: 60, B3 and 60. RGB value is (96,179,96). Sum of RGB (Red+Green+Blue) = 96+179+96=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #60B360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B360 is #9F4C9F. Grayscale: #909090. Windows color (decimal): -10439840 or 6337376. OLE color: 6337376.

HSL color Cylindrical-coordinate representation of color #60B360: hue angle of 120º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B360 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB9617996-
CMYK0.4600.460.30
HSL120º35.32%53.92%-
HSV(B)120º46.37%70.2%-
XYZ23.0635.5716.72-
YUV144.72100.593.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 179 (70.31% from 255) = 48.25%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=25.88%
G=48.25%
B=25.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal96179960.4600.460.3012035.3253.92
Hex60B3602E02E1E782336
Octal14026314056056361704366
Binary11000001011001111000001011100101110111101111000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60B360; }

 p { color: rgb(96,179,96); }

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

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

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

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

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

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

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