#60B35C

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

Shades of Fern #60B35C

Tints of Fern #60B35C

Color information

#60B35C (or 0x60B35C) is unknown color: approx Fern. HEX triplet: 60, B3 and 5C. RGB value is (96,179,92). Sum of RGB (Red+Green+Blue) = 96+179+92=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #60B35C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B35C is #9F4CA3. Grayscale: #909090. Windows color (decimal): -10439844 or 6075232. OLE color: 6075232.

HSL color Cylindrical-coordinate representation of color #60B35C: hue angle of 117.24º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60B35C is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB9617992-
CMYK0.4600.490.30
HSL117.24º36.4%53.14%-
HSV(B)117.24º48.6%70.2%-
XYZ22.8835.515.77-
YUV144.2698.593.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.16%
GREEN value IS 179 (70.31% from 255) = 48.77%
BLUE value IS 92 (36.33% from 255) = 25.07%
R=26.16%
G=48.77%
B=25.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal96179920.4600.490.30117.2436.453.14
Hex60B35C2E0311E752435
Octal14026313456061361654465
Binary11000001011001110111001011100110001111101110101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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