Shades of Silver Tree #67AF85
Tints of Silver Tree #67AF85
RGB
CMYK
RGB Variations
Color information
#67AF85 (or 0x67AF85) is known color: Silver Tree. HEX triplet: 67, AF and 85. RGB value is (103,175,133). Sum of RGB (Red+Green+Blue) = 103+175+133=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #67AF85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AF85 is #98507A. Grayscale: #949494. Windows color (decimal): -9982075 or 8761191. OLE color: 8761191.
HSL color Cylindrical-coordinate representation of color #67AF85: hue angle of 145º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67AF85 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 175 | 133 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.31 |
| HSL | 145º | 0.31% | 0.55% | - |
| HSV(B) | 145º | 0.41% | 0.69% | - |
| XYZ | 25.16 | 35.24 | 27.67 | - |
| YUV | 148.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 175 | 133 | 0.41 | 0 | 0.24 | 0.31 | 145 | 0.31 | 0.55 |
| Hex | 67 | AF | 85 | 29 | 0 | 18 | 1F | 91 | 1F | 37 |
| Octal | 147 | 257 | 205 | 51 | 0 | 30 | 37 | 221 | 37 | 67 |
| Binary | 1100111 | 10101111 | 10000101 | 101001 | 0 | 11000 | 11111 | 10010001 | 11111 | 110111 |
Color Harmonies of #67AF85
Complementary color
Monochromatic Colors of #67AF85
Black with #67AF85
Text Example
Text Example
White with #67AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AF85; }
p { color: rgb(103,175,133); }
H1.HeaderClassName
{
color: #67AF85;
}
.AnyTagClassName
{
color: #67AF85;
}
</style>
background-color css
<style>
a { background-color: #67AF85; }
a { background-color: rgb(103,175,133); }
div.DivClassName
{
background-color: #67AF85;
}
.BgClassName
{
background-color: #67AF85;
}
</style>
border-color css
<style>
span { border-color: #67AF85; }
span { border-color: rgb(103,175,133); }
td.TdClassName
{
border-color: #67AF85;
}
.TagClassName
{
border-color: #67AF85;
}
</style>