#60B374

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

Shades of Fern #60B374

Tints of Fern #60B374

Color information

#60B374 (or 0x60B374) is unknown color: approx Fern. HEX triplet: 60, B3 and 74. RGB value is (96,179,116). Sum of RGB (Red+Green+Blue) = 96+179+116=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #60B374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B374 is #9F4C8B. Grayscale: #939393. Windows color (decimal): -10439820 or 7648096. OLE color: 7648096.

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

Color convert

RGB96179116-
CMYK0.4600.350.30
HSL134.46º35.32%53.92%-
HSV(B)134.46º46.37%70.2%-
XYZ24.135.9922.2-
YUV147110.591.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.55%
GREEN value IS 179 (70.31% from 255) = 45.78%
BLUE value IS 116 (45.70% from 255) = 29.67%
R=24.55%
G=45.78%
B=29.67%

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
Decimal961791160.4600.350.30134.4635.3253.92
Hex60B3742E0231E862336
Octal14026316456043362064366
Binary110000010110011111010010111001000111111010000110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,179,116); }

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

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

 a { background-color: rgb(96,179,116); }

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

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

 span { border-color: rgb(96,179,116); }

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