Shades of Christi #699D20
Tints of Christi #699D20
RGB
CMYK
RGB Variations
Color information
#699D20 (or 0x699D20) is known color: Christi. HEX triplet: 69, 9D and 20. RGB value is (105,157,32). Sum of RGB (Red+Green+Blue) = 105+157+32=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #699D20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699D20 is #9662DF. Grayscale: #7F7F7F. Windows color (decimal): -9855712 or 2137449. OLE color: 2137449.
HSL color Cylindrical-coordinate representation of color #699D20: hue angle of 84.96º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #699D20 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 157 | 32 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.38 |
| HSL | 84.96º | 0.66% | 0.37% | - |
| HSV(B) | 84.96º | 0.8% | 0.62% | - |
| XYZ | 18.14 | 27.22 | 5.66 | - |
| YUV | 127.2 | 74.27 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 32 | 0.33 | 0 | 0.80 | 0.38 | 84.96 | 0.66 | 0.37 |
| Hex | 69 | 9D | 20 | 21 | 0 | 50 | 26 | 55 | 42 | 25 |
| Octal | 151 | 235 | 40 | 41 | 0 | 120 | 46 | 125 | 102 | 45 |
| Binary | 1101001 | 10011101 | 100000 | 100001 | 0 | 1010000 | 100110 | 1010101 | 1000010 | 100101 |
Color Harmonies of #699D20
Complementary color
Monochromatic Colors of #699D20
Black with #699D20
Text Example
Text Example
White with #699D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699D20; }
p { color: rgb(105,157,32); }
H1.HeaderClassName
{
color: #699D20;
}
.AnyTagClassName
{
color: #699D20;
}
</style>
background-color css
<style>
a { background-color: #699D20; }
a { background-color: rgb(105,157,32); }
div.DivClassName
{
background-color: #699D20;
}
.BgClassName
{
background-color: #699D20;
}
</style>
border-color css
<style>
span { border-color: #699D20; }
span { border-color: rgb(105,157,32); }
td.TdClassName
{
border-color: #699D20;
}
.TagClassName
{
border-color: #699D20;
}
</style>