Shades of Christi #6DB327
Tints of Christi #6DB327
RGB
CMYK
RGB Variations
Color information
#6DB327 (or 0x6DB327) is known color: Christi. HEX triplet: 6D, B3 and 27. RGB value is (109,179,39). Sum of RGB (Red+Green+Blue) = 109+179+39=327 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.33% from 327); Green value is 179 (70.31% from 255 or 54.74% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 179 - color contains mainly: green. Hex color #6DB327 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB327 is #924CD8. Grayscale: #8E8E8E. Windows color (decimal): -9587929 or 2601837. OLE color: 2601837.
HSL color Cylindrical-coordinate representation of color #6DB327: hue angle of 90º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6DB327 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 179 | 39 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.30 |
| HSL | 90º | 0.64% | 0.43% | - |
| HSV(B) | 90º | 0.78% | 0.7% | - |
| XYZ | 22.79 | 35.64 | 7.6 | - |
| YUV | 142.11 | 69.81 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 39 | 0.39 | 0 | 0.78 | 0.30 | 90 | 0.64 | 0.43 |
| Hex | 6D | B3 | 27 | 27 | 0 | 4E | 1E | 5A | 40 | 2B |
| Octal | 155 | 263 | 47 | 47 | 0 | 116 | 36 | 132 | 100 | 53 |
| Binary | 1101101 | 10110011 | 100111 | 100111 | 0 | 1001110 | 11110 | 1011010 | 1000000 | 101011 |
Color Harmonies of #6DB327
Complementary color
Monochromatic Colors of #6DB327
Black with #6DB327
Text Example
Text Example
White with #6DB327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB327; }
p { color: rgb(109,179,39); }
H1.HeaderClassName
{
color: #6DB327;
}
.AnyTagClassName
{
color: #6DB327;
}
</style>
background-color css
<style>
a { background-color: #6DB327; }
a { background-color: rgb(109,179,39); }
div.DivClassName
{
background-color: #6DB327;
}
.BgClassName
{
background-color: #6DB327;
}
</style>
border-color css
<style>
span { border-color: #6DB327; }
span { border-color: rgb(109,179,39); }
td.TdClassName
{
border-color: #6DB327;
}
.TagClassName
{
border-color: #6DB327;
}
</style>