Shades of Christi #69B024
Tints of Christi #69B024
RGB
CMYK
RGB Variations
Color information
#69B024 (or 0x69B024) is known color: Christi. HEX triplet: 69, B0 and 24. RGB value is (105,176,36). Sum of RGB (Red+Green+Blue) = 105+176+36=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 176 (69.14% from 255 or 55.52% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 176 - color contains mainly: green. Hex color #69B024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69B024 is #964FDB. Grayscale: #8B8B8B. Windows color (decimal): -9850844 or 2404457. OLE color: 2404457.
HSL color Cylindrical-coordinate representation of color #69B024: hue angle of 90.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69B024 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 176 | 36 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.31 |
| HSL | 90.43º | 0.66% | 0.42% | - |
| HSV(B) | 90.43º | 0.8% | 0.69% | - |
| XYZ | 21.67 | 34.18 | 7.12 | - |
| YUV | 138.81 | 69.98 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 176 | 36 | 0.40 | 0 | 0.80 | 0.31 | 90.43 | 0.66 | 0.42 |
| Hex | 69 | B0 | 24 | 28 | 0 | 50 | 1F | 5A | 42 | 2A |
| Octal | 151 | 260 | 44 | 50 | 0 | 120 | 37 | 132 | 102 | 52 |
| Binary | 1101001 | 10110000 | 100100 | 101000 | 0 | 1010000 | 11111 | 1011010 | 1000010 | 101010 |
Color Harmonies of #69B024
Complementary color
Monochromatic Colors of #69B024
Black with #69B024
Text Example
Text Example
White with #69B024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B024; }
p { color: rgb(105,176,36); }
H1.HeaderClassName
{
color: #69B024;
}
.AnyTagClassName
{
color: #69B024;
}
</style>
background-color css
<style>
a { background-color: #69B024; }
a { background-color: rgb(105,176,36); }
div.DivClassName
{
background-color: #69B024;
}
.BgClassName
{
background-color: #69B024;
}
</style>
border-color css
<style>
span { border-color: #69B024; }
span { border-color: rgb(105,176,36); }
td.TdClassName
{
border-color: #69B024;
}
.TagClassName
{
border-color: #69B024;
}
</style>