Shades of Christi #69C309
Tints of Christi #69C309
RGB
CMYK
RGB Variations
Color information
#69C309 (or 0x69C309) is known color: Christi. HEX triplet: 69, C3 and 09. RGB value is (105,195,9). Sum of RGB (Red+Green+Blue) = 105+195+9=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 195 (76.56% from 255 or 63.11% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 195 - color contains mainly: green. Hex color #69C309 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69C309 is #963CF6. Grayscale: #939393. Windows color (decimal): -9846007 or 639849. OLE color: 639849.
HSL color Cylindrical-coordinate representation of color #69C309: hue angle of 89.03º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69C309 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 9 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.24 |
| HSL | 89.03º | 0.91% | 0.4% | - |
| HSV(B) | 89.03º | 0.95% | 0.76% | - |
| XYZ | 25.39 | 42.05 | 7.04 | - |
| YUV | 146.89 | 50.18 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 9 | 0.46 | 0 | 0.95 | 0.24 | 89.03 | 0.91 | 0.4 |
| Hex | 69 | C3 | 9 | 2E | 0 | 5F | 18 | 59 | 5B | 28 |
| Octal | 151 | 303 | 11 | 56 | 0 | 137 | 30 | 131 | 133 | 50 |
| Binary | 1101001 | 11000011 | 1001 | 101110 | 0 | 1011111 | 11000 | 1011001 | 1011011 | 101000 |
Color Harmonies of #69C309
Complementary color
Monochromatic Colors of #69C309
Black with #69C309
Text Example
Text Example
White with #69C309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C309; }
p { color: rgb(105,195,9); }
H1.HeaderClassName
{
color: #69C309;
}
.AnyTagClassName
{
color: #69C309;
}
</style>
background-color css
<style>
a { background-color: #69C309; }
a { background-color: rgb(105,195,9); }
div.DivClassName
{
background-color: #69C309;
}
.BgClassName
{
background-color: #69C309;
}
</style>
border-color css
<style>
span { border-color: #69C309; }
span { border-color: rgb(105,195,9); }
td.TdClassName
{
border-color: #69C309;
}
.TagClassName
{
border-color: #69C309;
}
</style>