Shades of Christi #69B71B
Tints of Christi #69B71B
RGB
CMYK
RGB Variations
Color information
#69B71B (or 0x69B71B) is known color: Christi. HEX triplet: 69, B7 and 1B. RGB value is (105,183,27). Sum of RGB (Red+Green+Blue) = 105+183+27=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 183 (71.88% from 255 or 58.10% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 183 - color contains mainly: green. Hex color #69B71B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B71B is #9648E4. Grayscale: #8E8E8E. Windows color (decimal): -9849061 or 1816425. OLE color: 1816425.
HSL color Cylindrical-coordinate representation of color #69B71B: hue angle of 90º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69B71B is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 183 | 27 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.28 |
| HSL | 90º | 0.74% | 0.41% | - |
| HSV(B) | 90º | 0.85% | 0.72% | - |
| XYZ | 22.96 | 36.95 | 6.96 | - |
| YUV | 141.89 | 63.16 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 183 | 27 | 0.43 | 0 | 0.85 | 0.28 | 90 | 0.74 | 0.41 |
| Hex | 69 | B7 | 1B | 2B | 0 | 55 | 1C | 5A | 4A | 29 |
| Octal | 151 | 267 | 33 | 53 | 0 | 125 | 34 | 132 | 112 | 51 |
| Binary | 1101001 | 10110111 | 11011 | 101011 | 0 | 1010101 | 11100 | 1011010 | 1001010 | 101001 |
Color Harmonies of #69B71B
Complementary color
Monochromatic Colors of #69B71B
Black with #69B71B
Text Example
Text Example
White with #69B71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B71B; }
p { color: rgb(105,183,27); }
H1.HeaderClassName
{
color: #69B71B;
}
.AnyTagClassName
{
color: #69B71B;
}
</style>
background-color css
<style>
a { background-color: #69B71B; }
a { background-color: rgb(105,183,27); }
div.DivClassName
{
background-color: #69B71B;
}
.BgClassName
{
background-color: #69B71B;
}
</style>
border-color css
<style>
span { border-color: #69B71B; }
span { border-color: rgb(105,183,27); }
td.TdClassName
{
border-color: #69B71B;
}
.TagClassName
{
border-color: #69B71B;
}
</style>