Html Css Color HEX #60A970 Fern

📋 copy color: '#60A970'

red 96 ◦ green 169 ◦ blue 112

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

Shades of Fern #60A970

Tints of Fern #60A970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.83%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 25.46%
G = 44.83%
B = 29.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#60A970 (or 0x60A970) is known color: Fern. HEX triplet: 60, A9 and 70. RGB value is (96,169,112). Sum of RGB (Red+Green+Blue) = 96+169+112=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #60A970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A970 is #9F568F. Grayscale: #8C8C8C. Windows color (decimal): -10442384 or 7383392. OLE color: 7383392.

HSL color Cylindrical-coordinate representation of color #60A970: hue angle of 133.15º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A970 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 96 169 112 -
CMYK 0.43 0 0.34 0.34
HSL 133.15º 0.3% 0.52% -
HSV(B) 133.15º 0.43% 0.66% -
XYZ 21.94 32.03 20.36 -
YUV 140.68 111.82 96.13 -
System Red Green Blue C M Y K H S L
Decimal 96 169 112 0.43 0 0.34 0.34 133.15 0.3 0.52
Hex 60 A9 70 2B 0 22 22 85 1E 34
Octal 140 251 160 53 0 42 42 205 36 64
Binary 1100000 10101001 1110000 101011 0 100010 100010 10000101 11110 110100

Color Harmonies of #60A970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A970

Black with #60A970

Text Example


Text Example

White with #60A970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,169,112); }

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

background-color css

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

 a { background-color: rgb(96,169,112); }

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

border-color css

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

 span { border-color: rgb(96,169,112); }

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