#61AF69

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

Shades of Fern #61AF69

Tints of Fern #61AF69

Color information

#61AF69 (or 0x61AF69) is unknown color: approx Fern. HEX triplet: 61, AF and 69. RGB value is (97,175,105). Sum of RGB (Red+Green+Blue) = 97+175+105=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF69 is #9E5096. Grayscale: #8F8F8F. Windows color (decimal): -10375319 or 6926177. OLE color: 6926177.

HSL color Cylindrical-coordinate representation of color #61AF69: hue angle of 126.15º 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 #61AF69 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB97175105-
CMYK0.4500.400.31
HSL126.15º32.77%53.33%-
HSV(B)126.15º44.57%68.63%-
XYZ22.8134.2218.77-
YUV143.7106.1694.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.73%
GREEN value IS 175 (68.75% from 255) = 46.42%
BLUE value IS 105 (41.41% from 255) = 27.85%
R=25.73%
G=46.42%
B=27.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751050.4500.400.31126.1532.7753.33
Hex61AF692D0281F7e2135
Octal14125715155050371764165
Binary11000011010111111010011011010101000111111111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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