Html Css Color HEX #60A068 Fern

📋 copy color: '#60A068'

red 96 ◦ green 160 ◦ blue 104

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

Shades of Fern #60A068

Tints of Fern #60A068

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.44%

 BLUE value IS 104 (41.02% from 255) = 28.89%

R = 26.67%
G = 44.44%
B = 28.89%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#60A068 (or 0x60A068) is known color: Fern. HEX triplet: 60, A0 and 68. RGB value is (96,160,104). Sum of RGB (Red+Green+Blue) = 96+160+104=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #60A068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A068 is #9F5F97. Grayscale: #868686. Windows color (decimal): -10444696 or 6856800. OLE color: 6856800.

HSL color Cylindrical-coordinate representation of color #60A068: hue angle of 127.5º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60A068 is Cyan = 0.4, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 160 104 -
CMYK 0.4 0 0.35 0.37
HSL 127.5º 0.25% 0.5% -
HSV(B) 127.5º 0.4% 0.63% -
XYZ 19.89 28.63 17.57 -
YUV 134.48 110.8 100.55 -
System Red Green Blue C M Y K H S L
Decimal 96 160 104 0.4 0 0.35 0.37 127.5 0.25 0.5
Hex 60 A0 68 28 0 23 25 80 19 32
Octal 140 240 150 50 0 43 45 200 31 62
Binary 1100000 10100000 1101000 101000 0 100011 100101 10000000 11001 110010

Color Harmonies of #60A068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A068

Black with #60A068

Text Example


Text Example

White with #60A068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,160,104); }

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

background-color css

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

 a { background-color: rgb(96,160,104); }

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

border-color css

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

 span { border-color: rgb(96,160,104); }

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