Shades of Silver Tree #69B88A
Tints of Silver Tree #69B88A
RGB
CMYK
RGB Variations
Color information
#69B88A (or 0x69B88A) is known color: Silver Tree. HEX triplet: 69, B8 and 8A. RGB value is (105,184,138). Sum of RGB (Red+Green+Blue) = 105+184+138=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #69B88A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B88A is #964775. Grayscale: #9B9B9B. Windows color (decimal): -9848694 or 9091177. OLE color: 9091177.
HSL color Cylindrical-coordinate representation of color #69B88A: hue angle of 145.06º 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 #69B88A is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 184 | 138 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.28 |
| HSL | 145.06º | 0.36% | 0.57% | - |
| HSV(B) | 145.06º | 0.43% | 0.72% | - |
| XYZ | 27.55 | 39.12 | 30.14 | - |
| YUV | 155.14 | 118.33 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 184 | 138 | 0.43 | 0 | 0.25 | 0.28 | 145.06 | 0.36 | 0.57 |
| Hex | 69 | B8 | 8A | 2B | 0 | 19 | 1C | 91 | 24 | 39 |
| Octal | 151 | 270 | 212 | 53 | 0 | 31 | 34 | 221 | 44 | 71 |
| Binary | 1101001 | 10111000 | 10001010 | 101011 | 0 | 11001 | 11100 | 10010001 | 100100 | 111001 |
Color Harmonies of #69B88A
Complementary color
Monochromatic Colors of #69B88A
Black with #69B88A
Text Example
Text Example
White with #69B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B88A; }
p { color: rgb(105,184,138); }
H1.HeaderClassName
{
color: #69B88A;
}
.AnyTagClassName
{
color: #69B88A;
}
</style>
background-color css
<style>
a { background-color: #69B88A; }
a { background-color: rgb(105,184,138); }
div.DivClassName
{
background-color: #69B88A;
}
.BgClassName
{
background-color: #69B88A;
}
</style>
border-color css
<style>
span { border-color: #69B88A; }
span { border-color: rgb(105,184,138); }
td.TdClassName
{
border-color: #69B88A;
}
.TagClassName
{
border-color: #69B88A;
}
</style>