#61A168

Color #61A168 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #61A168

Tints of Fern #61A168

Color information

#61A168 (or 0x61A168) is unknown color: approx Fern. HEX triplet: 61, A1 and 68. RGB value is (97,161,104). Sum of RGB (Red+Green+Blue) = 97+161+104=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #61A168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A168 is #9E5E97. Grayscale: #878787. Windows color (decimal): -10378904 or 6857057. OLE color: 6857057.

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

Color convert

RGB97161104-
CMYK0.4000.350.37
HSL126.56º25.4%50.59%-
HSV(B)126.56º39.75%63.14%-
XYZ20.1729.0317.64-
YUV135.37110.3100.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 161 (63.28% from 255) = 44.48%
BLUE value IS 104 (41.02% from 255) = 28.73%
R=26.80%
G=44.48%
B=28.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal971611040.4000.350.37126.5625.450.59
Hex61A16828023257f1933
Octal14124115050043451773163
Binary11000011010000111010001010000100011100101111111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61A168;
 }
 .AnyTagClassName
 {
   color: #61A168;
 }
</style>
background-color css

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

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

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

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

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

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