#61AF8D

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

Shades of Silver Tree #61AF8D

Tints of Silver Tree #61AF8D

Color information

#61AF8D (or 0x61AF8D) is unknown color: approx Silver Tree. HEX triplet: 61, AF and 8D. RGB value is (97,175,141). Sum of RGB (Red+Green+Blue) = 97+175+141=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AF8D is #9E5072. Grayscale: #939393. Windows color (decimal): -10375283 or 9285473. OLE color: 9285473.

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

Color convert

RGB97175141-
CMYK0.4500.190.31
HSL153.85º32.77%53.33%-
HSV(B)153.85º44.57%68.63%-
XYZ25.0735.1230.66-
YUV147.8124.1691.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.49%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=23.49%
G=42.37%
B=34.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751410.4500.190.31153.8532.7753.33
Hex61AF8D2D0131F9a2135
Octal14125721555023372324165
Binary110000110101111100011011011010100111111110011010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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