Shades of Christi #69AB28
Tints of Christi #69AB28
RGB
CMYK
RGB Variations
Color information
#69AB28 (or 0x69AB28) is known color: Christi. HEX triplet: 69, AB and 28. RGB value is (105,171,40). Sum of RGB (Red+Green+Blue) = 105+171+40=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AB28 is #9654D7. Grayscale: #888888. Windows color (decimal): -9852120 or 2665321. OLE color: 2665321.
HSL color Cylindrical-coordinate representation of color #69AB28: hue angle of 90.23º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69AB28 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 171 | 40 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.33 |
| HSL | 90.23º | 0.62% | 0.41% | - |
| HSV(B) | 90.23º | 0.77% | 0.67% | - |
| XYZ | 20.77 | 32.28 | 7.14 | - |
| YUV | 136.33 | 73.63 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 171 | 40 | 0.39 | 0 | 0.77 | 0.33 | 90.23 | 0.62 | 0.41 |
| Hex | 69 | AB | 28 | 27 | 0 | 4D | 21 | 5A | 3E | 29 |
| Octal | 151 | 253 | 50 | 47 | 0 | 115 | 41 | 132 | 76 | 51 |
| Binary | 1101001 | 10101011 | 101000 | 100111 | 0 | 1001101 | 100001 | 1011010 | 111110 | 101001 |
Color Harmonies of #69AB28
Complementary color
Monochromatic Colors of #69AB28
Black with #69AB28
Text Example
Text Example
White with #69AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AB28; }
p { color: rgb(105,171,40); }
H1.HeaderClassName
{
color: #69AB28;
}
.AnyTagClassName
{
color: #69AB28;
}
</style>
background-color css
<style>
a { background-color: #69AB28; }
a { background-color: rgb(105,171,40); }
div.DivClassName
{
background-color: #69AB28;
}
.BgClassName
{
background-color: #69AB28;
}
</style>
border-color css
<style>
span { border-color: #69AB28; }
span { border-color: rgb(105,171,40); }
td.TdClassName
{
border-color: #69AB28;
}
.TagClassName
{
border-color: #69AB28;
}
</style>