Shades of Christi #6CA930
Tints of Christi #6CA930
RGB
CMYK
RGB Variations
Color information
#6CA930 (or 0x6CA930) is known color: Christi. HEX triplet: 6C, A9 and 30. RGB value is (108,169,48). Sum of RGB (Red+Green+Blue) = 108+169+48=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA930 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA930 is #9356CF. Grayscale: #898989. Windows color (decimal): -9656016 or 3189100. OLE color: 3189100.
HSL color Cylindrical-coordinate representation of color #6CA930: hue angle of 90.25º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6CA930 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 169 | 48 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.34 |
| HSL | 90.25º | 0.56% | 0.43% | - |
| HSV(B) | 90.25º | 0.72% | 0.66% | - |
| XYZ | 20.91 | 31.78 | 7.83 | - |
| YUV | 136.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 169 | 48 | 0.36 | 0 | 0.72 | 0.34 | 90.25 | 0.56 | 0.43 |
| Hex | 6C | A9 | 30 | 24 | 0 | 48 | 22 | 5A | 38 | 2B |
| Octal | 154 | 251 | 60 | 44 | 0 | 110 | 42 | 132 | 70 | 53 |
| Binary | 1101100 | 10101001 | 110000 | 100100 | 0 | 1001000 | 100010 | 1011010 | 111000 | 101011 |
Color Harmonies of #6CA930
Complementary color
Monochromatic Colors of #6CA930
Black with #6CA930
Text Example
Text Example
White with #6CA930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA930; }
p { color: rgb(108,169,48); }
H1.HeaderClassName
{
color: #6CA930;
}
.AnyTagClassName
{
color: #6CA930;
}
</style>
background-color css
<style>
a { background-color: #6CA930; }
a { background-color: rgb(108,169,48); }
div.DivClassName
{
background-color: #6CA930;
}
.BgClassName
{
background-color: #6CA930;
}
</style>
border-color css
<style>
span { border-color: #6CA930; }
span { border-color: rgb(108,169,48); }
td.TdClassName
{
border-color: #6CA930;
}
.TagClassName
{
border-color: #6CA930;
}
</style>