Shades of Christi #6CA704
Tints of Christi #6CA704
RGB
CMYK
RGB Variations
Color information
#6CA704 (or 0x6CA704) is known color: Christi. HEX triplet: 6C, A7 and 04. RGB value is (108,167,4). Sum of RGB (Red+Green+Blue) = 108+167+4=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 167 (65.62% from 255 or 59.86% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 167 - color contains mainly: green. Hex color #6CA704 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA704 is #9358FB. Grayscale: #838383. Windows color (decimal): -9656572 or 305004. OLE color: 305004.
HSL color Cylindrical-coordinate representation of color #6CA704: hue angle of 81.72º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6CA704 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 167 | 4 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.35 |
| HSL | 81.72º | 0.95% | 0.34% | - |
| HSV(B) | 81.72º | 0.98% | 0.65% | - |
| XYZ | 20.02 | 30.83 | 5.01 | - |
| YUV | 130.78 | 56.45 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 167 | 4 | 0.35 | 0 | 0.98 | 0.35 | 81.72 | 0.95 | 0.34 |
| Hex | 6C | A7 | 4 | 23 | 0 | 62 | 23 | 52 | 5F | 22 |
| Octal | 154 | 247 | 4 | 43 | 0 | 142 | 43 | 122 | 137 | 42 |
| Binary | 1101100 | 10100111 | 100 | 100011 | 0 | 1100010 | 100011 | 1010010 | 1011111 | 100010 |
Color Harmonies of #6CA704
Complementary color
Monochromatic Colors of #6CA704
Black with #6CA704
Text Example
Text Example
White with #6CA704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA704; }
p { color: rgb(108,167,4); }
H1.HeaderClassName
{
color: #6CA704;
}
.AnyTagClassName
{
color: #6CA704;
}
</style>
background-color css
<style>
a { background-color: #6CA704; }
a { background-color: rgb(108,167,4); }
div.DivClassName
{
background-color: #6CA704;
}
.BgClassName
{
background-color: #6CA704;
}
</style>
border-color css
<style>
span { border-color: #6CA704; }
span { border-color: rgb(108,167,4); }
td.TdClassName
{
border-color: #6CA704;
}
.TagClassName
{
border-color: #6CA704;
}
</style>