Html Css Color HEX #60AC75 Fern

📋 copy color: '#60AC75'

red 96 ◦ green 172 ◦ blue 117

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

Shades of Fern #60AC75

Tints of Fern #60AC75

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.68%

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

R = 24.94%
G = 44.68%
B = 30.39%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#60AC75 (or 0x60AC75) is known color: Fern. HEX triplet: 60, AC and 75. RGB value is (96,172,117). Sum of RGB (Red+Green+Blue) = 96+172+117=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AC75 is #9F538A. Grayscale: #8F8F8F. Windows color (decimal): -10441611 or 7711840. OLE color: 7711840.

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

Color convert

RGB 96 172 117 -
CMYK 0.44 0 0.32 0.33
HSL 136.58º 0.31% 0.53% -
HSV(B) 136.58º 0.44% 0.67% -
XYZ 22.79 33.28 22.05 -
YUV 143.01 113.32 94.47 -
System Red Green Blue C M Y K H S L
Decimal 96 172 117 0.44 0 0.32 0.33 136.58 0.31 0.53
Hex 60 AC 75 2C 0 20 21 89 1F 35
Octal 140 254 165 54 0 40 41 211 37 65
Binary 1100000 10101100 1110101 101100 0 100000 100001 10001001 11111 110101

Color Harmonies of #60AC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AC75

Black with #60AC75

Text Example


Text Example

White with #60AC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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