Shades of Christi #6CB30D
Tints of Christi #6CB30D
RGB
CMYK
RGB Variations
Color information
#6CB30D (or 0x6CB30D) is known color: Christi. HEX triplet: 6C, B3 and 0D. RGB value is (108,179,13). Sum of RGB (Red+Green+Blue) = 108+179+13=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 179 (70.31% from 255 or 59.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB30D is #934CF2. Grayscale: #8B8B8B. Windows color (decimal): -9653491 or 897900. OLE color: 897900.
HSL color Cylindrical-coordinate representation of color #6CB30D: hue angle of 85.66º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CB30D is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 179 | 13 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.30 |
| HSL | 85.66º | 0.86% | 0.38% | - |
| HSV(B) | 85.66º | 0.93% | 0.7% | - |
| XYZ | 22.38 | 35.46 | 6.05 | - |
| YUV | 138.85 | 56.98 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 179 | 13 | 0.40 | 0 | 0.93 | 0.30 | 85.66 | 0.86 | 0.38 |
| Hex | 6C | B3 | D | 28 | 0 | 5D | 1E | 56 | 56 | 26 |
| Octal | 154 | 263 | 15 | 50 | 0 | 135 | 36 | 126 | 126 | 46 |
| Binary | 1101100 | 10110011 | 1101 | 101000 | 0 | 1011101 | 11110 | 1010110 | 1010110 | 100110 |
Color Harmonies of #6CB30D
Complementary color
Monochromatic Colors of #6CB30D
Black with #6CB30D
Text Example
Text Example
White with #6CB30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB30D; }
p { color: rgb(108,179,13); }
H1.HeaderClassName
{
color: #6CB30D;
}
.AnyTagClassName
{
color: #6CB30D;
}
</style>
background-color css
<style>
a { background-color: #6CB30D; }
a { background-color: rgb(108,179,13); }
div.DivClassName
{
background-color: #6CB30D;
}
.BgClassName
{
background-color: #6CB30D;
}
</style>
border-color css
<style>
span { border-color: #6CB30D; }
span { border-color: rgb(108,179,13); }
td.TdClassName
{
border-color: #6CB30D;
}
.TagClassName
{
border-color: #6CB30D;
}
</style>