Shades of Silver Tree #69B88F
Tints of Silver Tree #69B88F
RGB
CMYK
RGB Variations
Color information
#69B88F (or 0x69B88F) is known color: Silver Tree. HEX triplet: 69, B8 and 8F. RGB value is (105,184,143). Sum of RGB (Red+Green+Blue) = 105+184+143=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 184 - color contains mainly: green. Hex color #69B88F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B88F is #964770. Grayscale: #9B9B9B. Windows color (decimal): -9848689 or 9418857. OLE color: 9418857.
HSL color Cylindrical-coordinate representation of color #69B88F: hue angle of 148.86º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B88F is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 184 | 143 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.28 |
| HSL | 148.86º | 0.36% | 0.57% | - |
| HSV(B) | 148.86º | 0.43% | 0.72% | - |
| XYZ | 27.92 | 39.27 | 32.09 | - |
| YUV | 155.71 | 120.83 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 184 | 143 | 0.43 | 0 | 0.22 | 0.28 | 148.86 | 0.36 | 0.57 |
| Hex | 69 | B8 | 8F | 2B | 0 | 16 | 1C | 95 | 24 | 39 |
| Octal | 151 | 270 | 217 | 53 | 0 | 26 | 34 | 225 | 44 | 71 |
| Binary | 1101001 | 10111000 | 10001111 | 101011 | 0 | 10110 | 11100 | 10010101 | 100100 | 111001 |
Color Harmonies of #69B88F
Complementary color
Monochromatic Colors of #69B88F
Black with #69B88F
Text Example
Text Example
White with #69B88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B88F; }
p { color: rgb(105,184,143); }
H1.HeaderClassName
{
color: #69B88F;
}
.AnyTagClassName
{
color: #69B88F;
}
</style>
background-color css
<style>
a { background-color: #69B88F; }
a { background-color: rgb(105,184,143); }
div.DivClassName
{
background-color: #69B88F;
}
.BgClassName
{
background-color: #69B88F;
}
</style>
border-color css
<style>
span { border-color: #69B88F; }
span { border-color: rgb(105,184,143); }
td.TdClassName
{
border-color: #69B88F;
}
.TagClassName
{
border-color: #69B88F;
}
</style>