Shades of Christi #69B828
Tints of Christi #69B828
RGB
CMYK
RGB Variations
Color information
#69B828 (or 0x69B828) is known color: Christi. HEX triplet: 69, B8 and 28. RGB value is (105,184,40). Sum of RGB (Red+Green+Blue) = 105+184+40=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 184 (72.27% from 255 or 55.93% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 184 - color contains mainly: green. Hex color #69B828 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B828 is #9647D7. Grayscale: #909090. Windows color (decimal): -9848792 or 2668649. OLE color: 2668649.
HSL color Cylindrical-coordinate representation of color #69B828: hue angle of 92.92º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69B828 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 184 | 40 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.28 |
| HSL | 92.92º | 0.64% | 0.44% | - |
| HSV(B) | 92.92º | 0.78% | 0.72% | - |
| XYZ | 23.35 | 37.44 | 8 | - |
| YUV | 143.96 | 69.33 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 184 | 40 | 0.43 | 0 | 0.78 | 0.28 | 92.92 | 0.64 | 0.44 |
| Hex | 69 | B8 | 28 | 2B | 0 | 4E | 1C | 5D | 40 | 2C |
| Octal | 151 | 270 | 50 | 53 | 0 | 116 | 34 | 135 | 100 | 54 |
| Binary | 1101001 | 10111000 | 101000 | 101011 | 0 | 1001110 | 11100 | 1011101 | 1000000 | 101100 |
Color Harmonies of #69B828
Complementary color
Monochromatic Colors of #69B828
Black with #69B828
Text Example
Text Example
White with #69B828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B828; }
p { color: rgb(105,184,40); }
H1.HeaderClassName
{
color: #69B828;
}
.AnyTagClassName
{
color: #69B828;
}
</style>
background-color css
<style>
a { background-color: #69B828; }
a { background-color: rgb(105,184,40); }
div.DivClassName
{
background-color: #69B828;
}
.BgClassName
{
background-color: #69B828;
}
</style>
border-color css
<style>
span { border-color: #69B828; }
span { border-color: rgb(105,184,40); }
td.TdClassName
{
border-color: #69B828;
}
.TagClassName
{
border-color: #69B828;
}
</style>