Html Css Color HEX #60B975 Fern

📋 copy color: '#60B975'

red 96 ◦ green 185 ◦ blue 117

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

Shades of Fern #60B975

Tints of Fern #60B975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.48%

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

R = 24.12%
G = 46.48%
B = 29.4%

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

#60B975 (or 0x60B975) is known color: Fern. HEX triplet: 60, B9 and 75. RGB value is (96,185,117). Sum of RGB (Red+Green+Blue) = 96+185+117=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #60B975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B975 is #9F468A. Grayscale: #969696. Windows color (decimal): -10438283 or 7715168. OLE color: 7715168.

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

Color convert

RGB 96 185 117 -
CMYK 0.48 0 0.37 0.27
HSL 134.16º 0.39% 0.55% -
HSV(B) 134.16º 0.48% 0.73% -
XYZ 25.38 38.47 22.92 -
YUV 150.64 109.01 89.03 -
System Red Green Blue C M Y K H S L
Decimal 96 185 117 0.48 0 0.37 0.27 134.16 0.39 0.55
Hex 60 B9 75 30 0 25 1B 86 27 37
Octal 140 271 165 60 0 45 33 206 47 67
Binary 1100000 10111001 1110101 110000 0 100101 11011 10000110 100111 110111

Color Harmonies of #60B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B975

Black with #60B975

Text Example


Text Example

White with #60B975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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