Shades of Silver Tree #67B085
Tints of Silver Tree #67B085
RGB
CMYK
RGB Variations
Color information
#67B085 (or 0x67B085) is known color: Silver Tree. HEX triplet: 67, B0 and 85. RGB value is (103,176,133). Sum of RGB (Red+Green+Blue) = 103+176+133=412 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 176 - color contains mainly: green. Hex color #67B085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67B085 is #984F7A. Grayscale: #959595. Windows color (decimal): -9981819 or 8761447. OLE color: 8761447.
HSL color Cylindrical-coordinate representation of color #67B085: hue angle of 144.66º degrees, saturation: 0.32, 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 #67B085 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 176 | 133 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.31 |
| HSL | 144.66º | 0.32% | 0.55% | - |
| HSV(B) | 144.66º | 0.41% | 0.69% | - |
| XYZ | 25.35 | 35.63 | 27.73 | - |
| YUV | 149.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 176 | 133 | 0.41 | 0 | 0.24 | 0.31 | 144.66 | 0.32 | 0.55 |
| Hex | 67 | B0 | 85 | 29 | 0 | 18 | 1F | 91 | 20 | 37 |
| Octal | 147 | 260 | 205 | 51 | 0 | 30 | 37 | 221 | 40 | 67 |
| Binary | 1100111 | 10110000 | 10000101 | 101001 | 0 | 11000 | 11111 | 10010001 | 100000 | 110111 |
Color Harmonies of #67B085
Complementary color
Monochromatic Colors of #67B085
Black with #67B085
Text Example
Text Example
White with #67B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B085; }
p { color: rgb(103,176,133); }
H1.HeaderClassName
{
color: #67B085;
}
.AnyTagClassName
{
color: #67B085;
}
</style>
background-color css
<style>
a { background-color: #67B085; }
a { background-color: rgb(103,176,133); }
div.DivClassName
{
background-color: #67B085;
}
.BgClassName
{
background-color: #67B085;
}
</style>
border-color css
<style>
span { border-color: #67B085; }
span { border-color: rgb(103,176,133); }
td.TdClassName
{
border-color: #67B085;
}
.TagClassName
{
border-color: #67B085;
}
</style>