#60B273

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

Shades of Fern #60B273

Tints of Fern #60B273

Color information

#60B273 (or 0x60B273) is unknown color: approx Fern. HEX triplet: 60, B2 and 73. RGB value is (96,178,115). Sum of RGB (Red+Green+Blue) = 96+178+115=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #60B273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B273 is #9F4D8C. Grayscale: #929292. Windows color (decimal): -10440077 or 7582304. OLE color: 7582304.

HSL color Cylindrical-coordinate representation of color #60B273: hue angle of 133.9º 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 #60B273 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB96178115-
CMYK0.4600.350.30
HSL133.9º34.75%53.73%-
HSV(B)133.9º46.07%69.8%-
XYZ23.8435.5721.83-
YUV146.3110.3392.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.68%
GREEN value IS 178 (69.92% from 255) = 45.76%
BLUE value IS 115 (45.31% from 255) = 29.56%
R=24.68%
G=45.76%
B=29.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal961781150.4600.350.30133.934.7553.73
Hex60B2732E0231E862336
Octal14026216356043362064366
Binary110000010110010111001110111001000111111010000110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,178,115); }

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

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

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

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

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

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

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