Html Css Color HEX #60BA75 Fern

📋 copy color: '#60BA75'

red 96 ◦ green 186 ◦ blue 117

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

Shades of Fern #60BA75

Tints of Fern #60BA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.32%

R = 24.06%
G = 46.62%
B = 29.32%

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

#60BA75 (or 0x60BA75) is known color: Fern. HEX triplet: 60, BA and 75. RGB value is (96,186,117). Sum of RGB (Red+Green+Blue) = 96+186+117=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BA75 is #9F458A. Grayscale: #979797. Windows color (decimal): -10438027 or 7715424. OLE color: 7715424.

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

Color convert

RGB 96 186 117 -
CMYK 0.48 0 0.37 0.27
HSL 134º 0.39% 0.55% -
HSV(B) 134º 0.48% 0.73% -
XYZ 25.59 38.89 22.99 -
YUV 151.22 108.68 88.61 -
System Red Green Blue C M Y K H S L
Decimal 96 186 117 0.48 0 0.37 0.27 134 0.39 0.55
Hex 60 BA 75 30 0 25 1B 86 27 37
Octal 140 272 165 60 0 45 33 206 47 67
Binary 1100000 10111010 1110101 110000 0 100101 11011 10000110 100111 110111

Color Harmonies of #60BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BA75

Black with #60BA75

Text Example


Text Example

White with #60BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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