Html Css Color HEX #60B375 Fern

📋 copy color: '#60B375'

red 96 ◦ green 179 ◦ blue 117

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

Shades of Fern #60B375

Tints of Fern #60B375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.66%

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

R = 24.49%
G = 45.66%
B = 29.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#60B375 (or 0x60B375) is known color: Fern. HEX triplet: 60, B3 and 75. RGB value is (96,179,117). Sum of RGB (Red+Green+Blue) = 96+179+117=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #60B375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B375 is #9F4C8A. Grayscale: #939393. Windows color (decimal): -10439819 or 7713632. OLE color: 7713632.

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

Color convert

RGB 96 179 117 -
CMYK 0.46 0 0.35 0.30
HSL 135.18º 0.35% 0.54% -
HSV(B) 135.18º 0.46% 0.7% -
XYZ 24.15 36.01 22.51 -
YUV 147.12 111 91.54 -
System Red Green Blue C M Y K H S L
Decimal 96 179 117 0.46 0 0.35 0.30 135.18 0.35 0.54
Hex 60 B3 75 2E 0 23 1E 87 23 36
Octal 140 263 165 56 0 43 36 207 43 66
Binary 1100000 10110011 1110101 101110 0 100011 11110 10000111 100011 110110

Color Harmonies of #60B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B375

Black with #60B375

Text Example


Text Example

White with #60B375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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