Shades of Christi #69C31A
Tints of Christi #69C31A
RGB
CMYK
RGB Variations
Color information
#69C31A (or 0x69C31A) is known color: Christi. HEX triplet: 69, C3 and 1A. RGB value is (105,195,26). Sum of RGB (Red+Green+Blue) = 105+195+26=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 195 (76.56% from 255 or 59.82% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 195 - color contains mainly: green. Hex color #69C31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C31A is #963CE5. Grayscale: #959595. Windows color (decimal): -9845990 or 1753961. OLE color: 1753961.
HSL color Cylindrical-coordinate representation of color #69C31A: hue angle of 91.95º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69C31A is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 26 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.24 |
| HSL | 91.95º | 0.76% | 0.43% | - |
| HSV(B) | 91.95º | 0.87% | 0.76% | - |
| XYZ | 25.53 | 42.11 | 7.76 | - |
| YUV | 148.82 | 58.68 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 26 | 0.46 | 0 | 0.87 | 0.24 | 91.95 | 0.76 | 0.43 |
| Hex | 69 | C3 | 1A | 2E | 0 | 57 | 18 | 5C | 4C | 2B |
| Octal | 151 | 303 | 32 | 56 | 0 | 127 | 30 | 134 | 114 | 53 |
| Binary | 1101001 | 11000011 | 11010 | 101110 | 0 | 1010111 | 11000 | 1011100 | 1001100 | 101011 |
Color Harmonies of #69C31A
Complementary color
Monochromatic Colors of #69C31A
Black with #69C31A
Text Example
Text Example
White with #69C31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C31A; }
p { color: rgb(105,195,26); }
H1.HeaderClassName
{
color: #69C31A;
}
.AnyTagClassName
{
color: #69C31A;
}
</style>
background-color css
<style>
a { background-color: #69C31A; }
a { background-color: rgb(105,195,26); }
div.DivClassName
{
background-color: #69C31A;
}
.BgClassName
{
background-color: #69C31A;
}
</style>
border-color css
<style>
span { border-color: #69C31A; }
span { border-color: rgb(105,195,26); }
td.TdClassName
{
border-color: #69C31A;
}
.TagClassName
{
border-color: #69C31A;
}
</style>