Html Css Color HEX #60AA70 Fern

📋 copy color: '#60AA70'

red 96 ◦ green 170 ◦ blue 112

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

Shades of Fern #60AA70

Tints of Fern #60AA70

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.97%

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

R = 25.4%
G = 44.97%
B = 29.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#60AA70 (or 0x60AA70) is known color: Fern. HEX triplet: 60, AA and 70. RGB value is (96,170,112). Sum of RGB (Red+Green+Blue) = 96+170+112=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AA70 is #9F558F. Grayscale: #8D8D8D. Windows color (decimal): -10442128 or 7383648. OLE color: 7383648.

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

Color convert

RGB 96 170 112 -
CMYK 0.44 0 0.34 0.33
HSL 132.97º 0.3% 0.52% -
HSV(B) 132.97º 0.44% 0.67% -
XYZ 22.12 32.41 20.42 -
YUV 141.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 96 170 112 0.44 0 0.34 0.33 132.97 0.3 0.52
Hex 60 AA 70 2C 0 22 21 85 1E 34
Octal 140 252 160 54 0 42 41 205 36 64
Binary 1100000 10101010 1110000 101100 0 100010 100001 10000101 11110 110100

Color Harmonies of #60AA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AA70

Black with #60AA70

Text Example


Text Example

White with #60AA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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