Shades of Christi #6BAE1C
Tints of Christi #6BAE1C
RGB
CMYK
RGB Variations
Color information
#6BAE1C (or 0x6BAE1C) is known color: Christi. HEX triplet: 6B, AE and 1C. RGB value is (107,174,28). Sum of RGB (Red+Green+Blue) = 107+174+28=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 174 (68.36% from 255 or 56.31% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAE1C is #9451E3. Grayscale: #898989. Windows color (decimal): -9720292 or 1879659. OLE color: 1879659.
HSL color Cylindrical-coordinate representation of color #6BAE1C: hue angle of 87.53º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6BAE1C is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 28 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.32 |
| HSL | 87.53º | 0.72% | 0.4% | - |
| HSV(B) | 87.53º | 0.84% | 0.68% | - |
| XYZ | 21.41 | 33.48 | 6.43 | - |
| YUV | 137.32 | 66.3 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 28 | 0.39 | 0 | 0.84 | 0.32 | 87.53 | 0.72 | 0.4 |
| Hex | 6B | AE | 1C | 27 | 0 | 54 | 20 | 58 | 48 | 28 |
| Octal | 153 | 256 | 34 | 47 | 0 | 124 | 40 | 130 | 110 | 50 |
| Binary | 1101011 | 10101110 | 11100 | 100111 | 0 | 1010100 | 100000 | 1011000 | 1001000 | 101000 |
Color Harmonies of #6BAE1C
Complementary color
Monochromatic Colors of #6BAE1C
Black with #6BAE1C
Text Example
Text Example
White with #6BAE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE1C; }
p { color: rgb(107,174,28); }
H1.HeaderClassName
{
color: #6BAE1C;
}
.AnyTagClassName
{
color: #6BAE1C;
}
</style>
background-color css
<style>
a { background-color: #6BAE1C; }
a { background-color: rgb(107,174,28); }
div.DivClassName
{
background-color: #6BAE1C;
}
.BgClassName
{
background-color: #6BAE1C;
}
</style>
border-color css
<style>
span { border-color: #6BAE1C; }
span { border-color: rgb(107,174,28); }
td.TdClassName
{
border-color: #6BAE1C;
}
.TagClassName
{
border-color: #6BAE1C;
}
</style>