Shades of Silver Tree #69CF88
Tints of Silver Tree #69CF88
RGB
CMYK
RGB Variations
Color information
#69CF88 (or 0x69CF88) is known color: Silver Tree. HEX triplet: 69, CF and 88. RGB value is (105,207,136). Sum of RGB (Red+Green+Blue) = 105+207+136=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #69CF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CF88 is #963077. Grayscale: #A8A8A8. Windows color (decimal): -9842808 or 8965993. OLE color: 8965993.
HSL color Cylindrical-coordinate representation of color #69CF88: hue angle of 138.24º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CF88 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 207 | 136 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.19 |
| HSL | 138.24º | 0.52% | 0.61% | - |
| HSV(B) | 138.24º | 0.49% | 0.81% | - |
| XYZ | 32.58 | 49.41 | 31.11 | - |
| YUV | 168.41 | 109.71 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 207 | 136 | 0.49 | 0 | 0.34 | 0.19 | 138.24 | 0.52 | 0.61 |
| Hex | 69 | CF | 88 | 31 | 0 | 22 | 13 | 8A | 34 | 3D |
| Octal | 151 | 317 | 210 | 61 | 0 | 42 | 23 | 212 | 64 | 75 |
| Binary | 1101001 | 11001111 | 10001000 | 110001 | 0 | 100010 | 10011 | 10001010 | 110100 | 111101 |
Color Harmonies of #69CF88
Complementary color
Monochromatic Colors of #69CF88
Black with #69CF88
Text Example
Text Example
White with #69CF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CF88; }
p { color: rgb(105,207,136); }
H1.HeaderClassName
{
color: #69CF88;
}
.AnyTagClassName
{
color: #69CF88;
}
</style>
background-color css
<style>
a { background-color: #69CF88; }
a { background-color: rgb(105,207,136); }
div.DivClassName
{
background-color: #69CF88;
}
.BgClassName
{
background-color: #69CF88;
}
</style>
border-color css
<style>
span { border-color: #69CF88; }
span { border-color: rgb(105,207,136); }
td.TdClassName
{
border-color: #69CF88;
}
.TagClassName
{
border-color: #69CF88;
}
</style>