Html Css Color HEX #60B478 Fern

📋 copy color: '#60B478'

red 96 ◦ green 180 ◦ blue 120

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

Shades of Fern #60B478

Tints of Fern #60B478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.45%

 BLUE value IS 120 (47.27% from 255) = 30.3%

R = 24.24%
G = 45.45%
B = 30.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#60B478 (or 0x60B478) is known color: Fern. HEX triplet: 60, B4 and 78. RGB value is (96,180,120). Sum of RGB (Red+Green+Blue) = 96+180+120=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #60B478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B478 is #9F4B87. Grayscale: #949494. Windows color (decimal): -10439560 or 7910496. OLE color: 7910496.

HSL color Cylindrical-coordinate representation of color #60B478: hue angle of 137.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B478 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 180 120 -
CMYK 0.47 0 0.33 0.29
HSL 137.14º 0.36% 0.54% -
HSV(B) 137.14º 0.47% 0.71% -
XYZ 24.54 36.49 23.52 -
YUV 148.04 112.17 90.88 -
System Red Green Blue C M Y K H S L
Decimal 96 180 120 0.47 0 0.33 0.29 137.14 0.36 0.54
Hex 60 B4 78 2F 0 21 1D 89 24 36
Octal 140 264 170 57 0 41 35 211 44 66
Binary 1100000 10110100 1111000 101111 0 100001 11101 10001001 100100 110110

Color Harmonies of #60B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B478

Black with #60B478

Text Example


Text Example

White with #60B478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,180,120); }

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

background-color css

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

 a { background-color: rgb(96,180,120); }

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

border-color css

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

 span { border-color: rgb(96,180,120); }

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