#61AF80

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

Shades of Silver Tree #61AF80

Tints of Silver Tree #61AF80

Color information

#61AF80 (or 0x61AF80) is unknown color: approx Silver Tree. HEX triplet: 61, AF and 80. RGB value is (97,175,128). Sum of RGB (Red+Green+Blue) = 97+175+128=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AF80 is #9E507F. Grayscale: #929292. Windows color (decimal): -10375296 or 8433505. OLE color: 8433505.

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

Color convert

RGB97175128-
CMYK0.4500.270.31
HSL143.85º32.77%53.33%-
HSV(B)143.85º44.57%68.63%-
XYZ24.1634.7625.86-
YUV146.32117.6692.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.25%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 128 (50.39% from 255) = 32%
R=24.25%
G=43.75%
B=32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751280.4500.270.31143.8532.7753.33
Hex61AF802D01B1F902135
Octal14125720055033372204165
Binary110000110101111100000001011010110111111110010000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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