#60B960

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

Shades of Fern #60B960

Tints of Fern #60B960

Color information

#60B960 (or 0x60B960) is unknown color: approx Fern. HEX triplet: 60, B9 and 60. RGB value is (96,185,96). Sum of RGB (Red+Green+Blue) = 96+185+96=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #60B960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B960 is #9F469F. Grayscale: #949494. Windows color (decimal): -10438304 or 6338912. OLE color: 6338912.

HSL color Cylindrical-coordinate representation of color #60B960: hue angle of 120º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B960 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB9618596-
CMYK0.4800.480.27
HSL120º38.86%55.1%-
HSV(B)120º48.11%72.55%-
XYZ24.2838.0317.13-
YUV148.2498.5190.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 185 (72.66% from 255) = 49.07%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=25.46%
G=49.07%
B=25.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96185960.4800.480.2712038.8655.1
Hex60B960300301B782737
Octal14027114060060331704767
Binary11000001011100111000001100000110000110111111000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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