Shades of Christi #69B726
Tints of Christi #69B726
RGB
CMYK
RGB Variations
Color information
#69B726 (or 0x69B726) is known color: Christi. HEX triplet: 69, B7 and 26. RGB value is (105,183,38). Sum of RGB (Red+Green+Blue) = 105+183+38=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #69B726 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B726 is #9648D9. Grayscale: #8F8F8F. Windows color (decimal): -9849050 or 2537321. OLE color: 2537321.
HSL color Cylindrical-coordinate representation of color #69B726: hue angle of 92.28º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #69B726 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 183 | 38 | - |
| CMYK | 0.43 | 0 | 0.79 | 0.28 |
| HSL | 92.28º | 0.66% | 0.43% | - |
| HSV(B) | 92.28º | 0.79% | 0.72% | - |
| XYZ | 23.11 | 37.01 | 7.76 | - |
| YUV | 143.15 | 68.66 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 183 | 38 | 0.43 | 0 | 0.79 | 0.28 | 92.28 | 0.66 | 0.43 |
| Hex | 69 | B7 | 26 | 2B | 0 | 4F | 1C | 5C | 42 | 2B |
| Octal | 151 | 267 | 46 | 53 | 0 | 117 | 34 | 134 | 102 | 53 |
| Binary | 1101001 | 10110111 | 100110 | 101011 | 0 | 1001111 | 11100 | 1011100 | 1000010 | 101011 |
Color Harmonies of #69B726
Complementary color
Monochromatic Colors of #69B726
Black with #69B726
Text Example
Text Example
White with #69B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B726; }
p { color: rgb(105,183,38); }
H1.HeaderClassName
{
color: #69B726;
}
.AnyTagClassName
{
color: #69B726;
}
</style>
background-color css
<style>
a { background-color: #69B726; }
a { background-color: rgb(105,183,38); }
div.DivClassName
{
background-color: #69B726;
}
.BgClassName
{
background-color: #69B726;
}
</style>
border-color css
<style>
span { border-color: #69B726; }
span { border-color: rgb(105,183,38); }
td.TdClassName
{
border-color: #69B726;
}
.TagClassName
{
border-color: #69B726;
}
</style>