Html Css Color HEX #60A164 Fern

📋 copy color: '#60A164'

red 96 ◦ green 161 ◦ blue 100

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

Shades of Fern #60A164

Tints of Fern #60A164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.01%

R = 26.89%
G = 45.1%
B = 28.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#60A164 (or 0x60A164) is known color: Fern. HEX triplet: 60, A1 and 64. RGB value is (96,161,100). Sum of RGB (Red+Green+Blue) = 96+161+100=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #60A164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A164 is #9F5E9B. Grayscale: #868686. Windows color (decimal): -10444444 or 6594912. OLE color: 6594912.

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

Color convert

RGB 96 161 100 -
CMYK 0.40 0 0.38 0.37
HSL 123.69º 0.26% 0.5% -
HSV(B) 123.69º 0.4% 0.63% -
XYZ 19.87 28.9 16.59 -
YUV 134.61 108.47 100.46 -
System Red Green Blue C M Y K H S L
Decimal 96 161 100 0.40 0 0.38 0.37 123.69 0.26 0.5
Hex 60 A1 64 28 0 26 25 7C 1A 32
Octal 140 241 144 50 0 46 45 174 32 62
Binary 1100000 10100001 1100100 101000 0 100110 100101 1111100 11010 110010

Color Harmonies of #60A164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A164

Black with #60A164

Text Example


Text Example

White with #60A164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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