Html Css Color HEX #60B875 Fern

📋 copy color: '#60B875'

red 96 ◦ green 184 ◦ blue 117

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

Shades of Fern #60B875

Tints of Fern #60B875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.35%

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

R = 24.18%
G = 46.35%
B = 29.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#60B875 (or 0x60B875) is known color: Fern. HEX triplet: 60, B8 and 75. RGB value is (96,184,117). Sum of RGB (Red+Green+Blue) = 96+184+117=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #60B875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B875 is #9F478A. Grayscale: #969696. Windows color (decimal): -10438539 or 7714912. OLE color: 7714912.

HSL color Cylindrical-coordinate representation of color #60B875: hue angle of 134.32º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B875 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 96 184 117 -
CMYK 0.48 0 0.36 0.28
HSL 134.32º 0.38% 0.55% -
HSV(B) 134.32º 0.48% 0.72% -
XYZ 25.18 38.05 22.85 -
YUV 150.05 109.35 89.45 -
System Red Green Blue C M Y K H S L
Decimal 96 184 117 0.48 0 0.36 0.28 134.32 0.38 0.55
Hex 60 B8 75 30 0 24 1C 86 26 37
Octal 140 270 165 60 0 44 34 206 46 67
Binary 1100000 10111000 1110101 110000 0 100100 11100 10000110 100110 110111

Color Harmonies of #60B875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B875

Black with #60B875

Text Example


Text Example

White with #60B875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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