#61AF6A

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

Shades of Fern #61AF6A

Tints of Fern #61AF6A

Color information

#61AF6A (or 0x61AF6A) is unknown color: approx Fern. HEX triplet: 61, AF and 6A. RGB value is (97,175,106). Sum of RGB (Red+Green+Blue) = 97+175+106=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF6A is #9E5095. Grayscale: #909090. Windows color (decimal): -10375318 or 6991713. OLE color: 6991713.

HSL color Cylindrical-coordinate representation of color #61AF6A: hue angle of 126.92º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61AF6A is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB97175106-
CMYK0.4500.390.31
HSL126.92º32.77%53.33%-
HSV(B)126.92º44.57%68.63%-
XYZ22.8634.2419.04-
YUV143.81106.6694.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.66%
GREEN value IS 175 (68.75% from 255) = 46.30%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=25.66%
G=46.30%
B=28.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751060.4500.390.31126.9232.7753.33
Hex61AF6A2D0271F7f2135
Octal14125715255047371774165
Binary11000011010111111010101011010100111111111111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,175,106); }

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

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

 a { background-color: rgb(97,175,106); }

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

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

 span { border-color: rgb(97,175,106); }

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