Shades of Christi #69B512
Tints of Christi #69B512
RGB
CMYK
RGB Variations
Color information
#69B512 (or 0x69B512) is known color: Christi. HEX triplet: 69, B5 and 12. RGB value is (105,181,18). Sum of RGB (Red+Green+Blue) = 105+181+18=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 181 (71.09% from 255 or 59.54% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 181 - color contains mainly: green. Hex color #69B512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69B512 is #964AED. Grayscale: #8C8C8C. Windows color (decimal): -9849582 or 1226089. OLE color: 1226089.
HSL color Cylindrical-coordinate representation of color #69B512: hue angle of 87.98º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69B512 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 181 | 18 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.29 |
| HSL | 87.98º | 0.82% | 0.39% | - |
| HSV(B) | 87.98º | 0.9% | 0.71% | - |
| XYZ | 22.46 | 36.09 | 6.36 | - |
| YUV | 139.69 | 59.32 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 181 | 18 | 0.42 | 0 | 0.90 | 0.29 | 87.98 | 0.82 | 0.39 |
| Hex | 69 | B5 | 12 | 2A | 0 | 5A | 1D | 58 | 52 | 27 |
| Octal | 151 | 265 | 22 | 52 | 0 | 132 | 35 | 130 | 122 | 47 |
| Binary | 1101001 | 10110101 | 10010 | 101010 | 0 | 1011010 | 11101 | 1011000 | 1010010 | 100111 |
Color Harmonies of #69B512
Complementary color
Monochromatic Colors of #69B512
Black with #69B512
Text Example
Text Example
White with #69B512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B512; }
p { color: rgb(105,181,18); }
H1.HeaderClassName
{
color: #69B512;
}
.AnyTagClassName
{
color: #69B512;
}
</style>
background-color css
<style>
a { background-color: #69B512; }
a { background-color: rgb(105,181,18); }
div.DivClassName
{
background-color: #69B512;
}
.BgClassName
{
background-color: #69B512;
}
</style>
border-color css
<style>
span { border-color: #69B512; }
span { border-color: rgb(105,181,18); }
td.TdClassName
{
border-color: #69B512;
}
.TagClassName
{
border-color: #69B512;
}
</style>