Shades of Christi #6BAA06
Tints of Christi #6BAA06
RGB
CMYK
RGB Variations
Color information
#6BAA06 (or 0x6BAA06) is known color: Christi. HEX triplet: 6B, AA and 06. RGB value is (107,170,6). Sum of RGB (Red+Green+Blue) = 107+170+6=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 170 (66.80% from 255 or 60.07% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAA06 is #9455F9. Grayscale: #858585. Windows color (decimal): -9721338 or 436843. OLE color: 436843.
HSL color Cylindrical-coordinate representation of color #6BAA06: hue angle of 83.05º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6BAA06 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 6 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.33 |
| HSL | 83.05º | 0.93% | 0.35% | - |
| HSV(B) | 83.05º | 0.96% | 0.67% | - |
| XYZ | 20.47 | 31.89 | 5.25 | - |
| YUV | 132.47 | 56.63 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 6 | 0.37 | 0 | 0.96 | 0.33 | 83.05 | 0.93 | 0.35 |
| Hex | 6B | AA | 6 | 25 | 0 | 60 | 21 | 53 | 5D | 23 |
| Octal | 153 | 252 | 6 | 45 | 0 | 140 | 41 | 123 | 135 | 43 |
| Binary | 1101011 | 10101010 | 110 | 100101 | 0 | 1100000 | 100001 | 1010011 | 1011101 | 100011 |
Color Harmonies of #6BAA06
Complementary color
Monochromatic Colors of #6BAA06
Black with #6BAA06
Text Example
Text Example
White with #6BAA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA06; }
p { color: rgb(107,170,6); }
H1.HeaderClassName
{
color: #6BAA06;
}
.AnyTagClassName
{
color: #6BAA06;
}
</style>
background-color css
<style>
a { background-color: #6BAA06; }
a { background-color: rgb(107,170,6); }
div.DivClassName
{
background-color: #6BAA06;
}
.BgClassName
{
background-color: #6BAA06;
}
</style>
border-color css
<style>
span { border-color: #6BAA06; }
span { border-color: rgb(107,170,6); }
td.TdClassName
{
border-color: #6BAA06;
}
.TagClassName
{
border-color: #6BAA06;
}
</style>