Shades of Christi #69AD31
Tints of Christi #69AD31
RGB
CMYK
RGB Variations
Color information
#69AD31 (or 0x69AD31) is known color: Christi. HEX triplet: 69, AD and 31. RGB value is (105,173,49). Sum of RGB (Red+Green+Blue) = 105+173+49=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AD31 is #9652CE. Grayscale: #8A8A8A. Windows color (decimal): -9851599 or 3255657. OLE color: 3255657.
HSL color Cylindrical-coordinate representation of color #69AD31: hue angle of 92.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69AD31 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 173 | 49 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.32 |
| HSL | 92.9º | 0.56% | 0.44% | - |
| HSV(B) | 92.9º | 0.72% | 0.68% | - |
| XYZ | 21.32 | 33.11 | 8.17 | - |
| YUV | 138.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 49 | 0.39 | 0 | 0.72 | 0.32 | 92.9 | 0.56 | 0.44 |
| Hex | 69 | AD | 31 | 27 | 0 | 48 | 20 | 5D | 38 | 2C |
| Octal | 151 | 255 | 61 | 47 | 0 | 110 | 40 | 135 | 70 | 54 |
| Binary | 1101001 | 10101101 | 110001 | 100111 | 0 | 1001000 | 100000 | 1011101 | 111000 | 101100 |
Color Harmonies of #69AD31
Complementary color
Monochromatic Colors of #69AD31
Black with #69AD31
Text Example
Text Example
White with #69AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AD31; }
p { color: rgb(105,173,49); }
H1.HeaderClassName
{
color: #69AD31;
}
.AnyTagClassName
{
color: #69AD31;
}
</style>
background-color css
<style>
a { background-color: #69AD31; }
a { background-color: rgb(105,173,49); }
div.DivClassName
{
background-color: #69AD31;
}
.BgClassName
{
background-color: #69AD31;
}
</style>
border-color css
<style>
span { border-color: #69AD31; }
span { border-color: rgb(105,173,49); }
td.TdClassName
{
border-color: #69AD31;
}
.TagClassName
{
border-color: #69AD31;
}
</style>