#60B468

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

Shades of Fern #60B468

Tints of Fern #60B468

Color information

#60B468 (or 0x60B468) is unknown color: approx Fern. HEX triplet: 60, B4 and 68. RGB value is (96,180,104). Sum of RGB (Red+Green+Blue) = 96+180+104=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #60B468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B468 is #9F4B97. Grayscale: #929292. Windows color (decimal): -10439576 or 6861920. OLE color: 6861920.

HSL color Cylindrical-coordinate representation of color #60B468: hue angle of 125.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B468 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB96180104-
CMYK0.4700.420.29
HSL125.71º35.9%54.12%-
HSV(B)125.71º46.67%70.59%-
XYZ23.6436.1318.82-
YUV146.22104.1792.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 180 (70.70% from 255) = 47.37%
BLUE value IS 104 (41.02% from 255) = 27.37%
R=25.26%
G=47.37%
B=27.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961801040.4700.420.29125.7135.954.12
Hex60B4682F02A1D7e2436
Octal14026415057052351764466
Binary11000001011010011010001011110101010111011111110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,180,104); }

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

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

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

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

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

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

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