Html Css Color HEX #60A168 Fern

📋 copy color: '#60A168'

red 96 ◦ green 161 ◦ blue 104

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

Shades of Fern #60A168

Tints of Fern #60A168

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.6%

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

R = 26.59%
G = 44.6%
B = 28.81%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#60A168 (or 0x60A168) is known color: Fern. HEX triplet: 60, A1 and 68. RGB value is (96,161,104). Sum of RGB (Red+Green+Blue) = 96+161+104=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 161 - color contains mainly: green. Hex color #60A168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A168 is #9F5E97. Grayscale: #878787. Windows color (decimal): -10444440 or 6857056. OLE color: 6857056.

HSL color Cylindrical-coordinate representation of color #60A168: hue angle of 127.38º degrees, saturation: 0.26, 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 #60A168 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 161 104 -
CMYK 0.40 0 0.35 0.37
HSL 127.38º 0.26% 0.5% -
HSV(B) 127.38º 0.4% 0.63% -
XYZ 20.07 28.98 17.63 -
YUV 135.07 110.47 100.13 -
System Red Green Blue C M Y K H S L
Decimal 96 161 104 0.40 0 0.35 0.37 127.38 0.26 0.5
Hex 60 A1 68 28 0 23 25 7F 1A 32
Octal 140 241 150 50 0 43 45 177 32 62
Binary 1100000 10100001 1101000 101000 0 100011 100101 1111111 11010 110010

Color Harmonies of #60A168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A168

Black with #60A168

Text Example


Text Example

White with #60A168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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