#60b270

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

Shades of Fern #60B270

Tints of Fern #60B270

Color information

#60B270 (or 0x60B270) is unknown color: approx Fern. HEX triplet: 60, B2 and 70. RGB value is (96,178,112). Sum of RGB (Red+Green+Blue) = 96+178+112=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #60B270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B270 is #9F4D8F. Grayscale: #929292. Windows color (decimal): -10440080 or 7385696. OLE color: 7385696.

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

Color convert

RGB96178112-
CMYK0.4600.370.30
HSL131.71º34.75%53.73%-
HSV(B)131.71º46.07%69.8%-
XYZ23.6735.520.93-
YUV145.96108.8392.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.87%
GREEN value IS 178 (69.92% from 255) = 46.11%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=24.87%
G=46.11%
B=29.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal961781120.4600.370.30131.7134.7553.73
Hex60B2702E0251E842336
Octal14026216056045362044366
Binary110000010110010111000010111001001011111010000100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60b270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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