Html Css Color HEX #60BA76 Fern

📋 copy color: '#60BA76'

red 96 ◦ green 186 ◦ blue 118

#60BA76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #60BA76

Tints of Fern #60BA76

RGB

 RED value IS 96 (37.89% from 255) = 24%

 GREEN value IS 186 (73.05% from 255) = 46.5%

 BLUE value IS 118 (46.48% from 255) = 29.5%

R = 24%
G = 46.5%
B = 29.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#60BA76 (or 0x60BA76) is known color: Fern. HEX triplet: 60, BA and 76. RGB value is (96,186,118). Sum of RGB (Red+Green+Blue) = 96+186+118=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BA76 is #9F4589. Grayscale: #979797. Windows color (decimal): -10438026 or 7780960. OLE color: 7780960.

HSL color Cylindrical-coordinate representation of color #60BA76: hue angle of 134.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60BA76 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 186 118 -
CMYK 0.48 0 0.37 0.27
HSL 134.67º 0.39% 0.55% -
HSV(B) 134.67º 0.48% 0.73% -
XYZ 25.65 38.91 23.3 -
YUV 151.34 109.18 88.53 -
System Red Green Blue C M Y K H S L
Decimal 96 186 118 0.48 0 0.37 0.27 134.67 0.39 0.55
Hex 60 BA 76 30 0 25 1B 87 27 37
Octal 140 272 166 60 0 45 33 207 47 67
Binary 1100000 10111010 1110110 110000 0 100101 11011 10000111 100111 110111

Color Harmonies of #60BA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BA76

Black with #60BA76

Text Example


Text Example

White with #60BA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,186,118); }

 H1.HeaderClassName
 {
   color: #60BA76;
 }
 .AnyTagClassName
 {
   color: #60BA76;
 }
</style>

background-color css

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

 a { background-color: rgb(96,186,118); }

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

border-color css

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

 span { border-color: rgb(96,186,118); }

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