Html Css Color HEX #60A770 Fern

📋 copy color: '#60A770'

red 96 ◦ green 167 ◦ blue 112

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

Shades of Fern #60A770

Tints of Fern #60A770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.53%

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

R = 25.6%
G = 44.53%
B = 29.87%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#60A770 (or 0x60A770) is known color: Fern. HEX triplet: 60, A7 and 70. RGB value is (96,167,112). Sum of RGB (Red+Green+Blue) = 96+167+112=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 167 - color contains mainly: green. Hex color #60A770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A770 is #9F588F. Grayscale: #8B8B8B. Windows color (decimal): -10442896 or 7382880. OLE color: 7382880.

HSL color Cylindrical-coordinate representation of color #60A770: hue angle of 133.52º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A770 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 167 112 -
CMYK 0.43 0 0.33 0.35
HSL 133.52º 0.29% 0.52% -
HSV(B) 133.52º 0.43% 0.65% -
XYZ 21.57 31.29 20.23 -
YUV 139.5 112.48 96.97 -
System Red Green Blue C M Y K H S L
Decimal 96 167 112 0.43 0 0.33 0.35 133.52 0.29 0.52
Hex 60 A7 70 2B 0 21 23 86 1D 34
Octal 140 247 160 53 0 41 43 206 35 64
Binary 1100000 10100111 1110000 101011 0 100001 100011 10000110 11101 110100

Color Harmonies of #60A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A770

Black with #60A770

Text Example


Text Example

White with #60A770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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