Shades of Silver Tree #67AF8A
Tints of Silver Tree #67AF8A
RGB
CMYK
RGB Variations
Color information
#67AF8A (or 0x67AF8A) is known color: Silver Tree. HEX triplet: 67, AF and 8A. RGB value is (103,175,138). Sum of RGB (Red+Green+Blue) = 103+175+138=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #67AF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AF8A is #985075. Grayscale: #959595. Windows color (decimal): -9982070 or 9088871. OLE color: 9088871.
HSL color Cylindrical-coordinate representation of color #67AF8A: hue angle of 149.17º 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 #67AF8A is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 175 | 138 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.31 |
| HSL | 149.17º | 0.31% | 0.55% | - |
| HSV(B) | 149.17º | 0.41% | 0.69% | - |
| XYZ | 25.51 | 35.38 | 29.53 | - |
| YUV | 149.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 175 | 138 | 0.41 | 0 | 0.21 | 0.31 | 149.17 | 0.31 | 0.55 |
| Hex | 67 | AF | 8A | 29 | 0 | 15 | 1F | 95 | 1F | 37 |
| Octal | 147 | 257 | 212 | 51 | 0 | 25 | 37 | 225 | 37 | 67 |
| Binary | 1100111 | 10101111 | 10001010 | 101001 | 0 | 10101 | 11111 | 10010101 | 11111 | 110111 |
Color Harmonies of #67AF8A
Complementary color
Monochromatic Colors of #67AF8A
Black with #67AF8A
Text Example
Text Example
White with #67AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AF8A; }
p { color: rgb(103,175,138); }
H1.HeaderClassName
{
color: #67AF8A;
}
.AnyTagClassName
{
color: #67AF8A;
}
</style>
background-color css
<style>
a { background-color: #67AF8A; }
a { background-color: rgb(103,175,138); }
div.DivClassName
{
background-color: #67AF8A;
}
.BgClassName
{
background-color: #67AF8A;
}
</style>
border-color css
<style>
span { border-color: #67AF8A; }
span { border-color: rgb(103,175,138); }
td.TdClassName
{
border-color: #67AF8A;
}
.TagClassName
{
border-color: #67AF8A;
}
</style>