Shades of Silver Tree #69CC9A
Tints of Silver Tree #69CC9A
RGB
CMYK
RGB Variations
Color information
#69CC9A (or 0x69CC9A) is known color: Silver Tree. HEX triplet: 69, CC and 9A. RGB value is (105,204,154). Sum of RGB (Red+Green+Blue) = 105+204+154=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CC9A is #963365. Grayscale: #A8A8A8. Windows color (decimal): -9843558 or 10144873. OLE color: 10144873.
HSL color Cylindrical-coordinate representation of color #69CC9A: hue angle of 149.7º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CC9A is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 204 | 154 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.2 |
| HSL | 149.7º | 0.49% | 0.61% | - |
| HSV(B) | 149.7º | 0.49% | 0.8% | - |
| XYZ | 33.25 | 48.52 | 38.19 | - |
| YUV | 168.7 | 119.7 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 204 | 154 | 0.49 | 0 | 0.25 | 0.2 | 149.7 | 0.49 | 0.61 |
| Hex | 69 | CC | 9A | 31 | 0 | 19 | 14 | 96 | 31 | 3D |
| Octal | 151 | 314 | 232 | 61 | 0 | 31 | 24 | 226 | 61 | 75 |
| Binary | 1101001 | 11001100 | 10011010 | 110001 | 0 | 11001 | 10100 | 10010110 | 110001 | 111101 |
Color Harmonies of #69CC9A
Complementary color
Monochromatic Colors of #69CC9A
Black with #69CC9A
Text Example
Text Example
White with #69CC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CC9A; }
p { color: rgb(105,204,154); }
H1.HeaderClassName
{
color: #69CC9A;
}
.AnyTagClassName
{
color: #69CC9A;
}
</style>
background-color css
<style>
a { background-color: #69CC9A; }
a { background-color: rgb(105,204,154); }
div.DivClassName
{
background-color: #69CC9A;
}
.BgClassName
{
background-color: #69CC9A;
}
</style>
border-color css
<style>
span { border-color: #69CC9A; }
span { border-color: rgb(105,204,154); }
td.TdClassName
{
border-color: #69CC9A;
}
.TagClassName
{
border-color: #69CC9A;
}
</style>