#61AA68

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

Shades of Fern #61AA68

Tints of Fern #61AA68

Color information

#61AA68 (or 0x61AA68) is unknown color: approx Fern. HEX triplet: 61, AA and 68. RGB value is (97,170,104). Sum of RGB (Red+Green+Blue) = 97+170+104=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AA68 is #9E5597. Grayscale: #8C8C8C. Windows color (decimal): -10376600 or 6859361. OLE color: 6859361.

HSL color Cylindrical-coordinate representation of color #61AA68: hue angle of 125.75º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AA68 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB97170104-
CMYK0.4300.390.33
HSL125.75º30.04%52.35%-
HSV(B)125.75º42.94%66.67%-
XYZ21.832.2918.18-
YUV140.65107.3296.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 170 (66.80% from 255) = 45.82%
BLUE value IS 104 (41.02% from 255) = 28.03%
R=26.15%
G=45.82%
B=28.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971701040.4300.390.33125.7530.0452.35
Hex61AA682B027217e1e34
Octal14125215053047411763664
Binary11000011010101011010001010110100111100001111111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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