#60B965

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

Shades of Fern #60B965

Tints of Fern #60B965

Color information

#60B965 (or 0x60B965) is unknown color: approx Fern. HEX triplet: 60, B9 and 65. RGB value is (96,185,101). Sum of RGB (Red+Green+Blue) = 96+185+101=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #60B965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B965 is #9F469A. Grayscale: #959595. Windows color (decimal): -10438299 or 6666592. OLE color: 6666592.

HSL color Cylindrical-coordinate representation of color #60B965: hue angle of 123.37º 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 #60B965 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB96185101-
CMYK0.4800.450.27
HSL123.37º38.86%55.1%-
HSV(B)123.37º48.11%72.55%-
XYZ24.5238.1218.38-
YUV148.81101.0190.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.13%
GREEN value IS 185 (72.66% from 255) = 48.43%
BLUE value IS 101 (39.84% from 255) = 26.44%
R=25.13%
G=48.43%
B=26.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961851010.4800.450.27123.3738.8655.1
Hex60B9653002D1B7b2737
Octal14027114560055331734767
Binary11000001011100111001011100000101101110111111011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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