#60AB70

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

Shades of Fern #60AB70

Tints of Fern #60AB70

Color information

#60AB70 (or 0x60AB70) is unknown color: approx Fern. HEX triplet: 60, AB and 70. RGB value is (96,171,112). Sum of RGB (Red+Green+Blue) = 96+171+112=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AB70 is #9F548F. Grayscale: #8E8E8E. Windows color (decimal): -10441872 or 7383904. OLE color: 7383904.

HSL color Cylindrical-coordinate representation of color #60AB70: hue angle of 132.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AB70 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB96171112-
CMYK0.4400.350.33
HSL132.8º30.86%52.35%-
HSV(B)132.8º43.86%67.06%-
XYZ22.3132.7820.48-
YUV141.85111.1595.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.33%
GREEN value IS 171 (67.19% from 255) = 45.12%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=25.33%
G=45.12%
B=29.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961711120.4400.350.33132.830.8652.35
Hex60AB702C02321851f34
Octal14025316054043412053764
Binary110000010101011111000010110001000111000011000010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,171,112); }

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

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

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

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

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

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

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