Shades of Christi #6BAA08
Tints of Christi #6BAA08
RGB
CMYK
RGB Variations
Color information
#6BAA08 (or 0x6BAA08) is known color: Christi. HEX triplet: 6B, AA and 08. RGB value is (107,170,8). Sum of RGB (Red+Green+Blue) = 107+170+8=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 170 (66.80% from 255 or 59.65% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAA08 is #9455F7. Grayscale: #858585. Windows color (decimal): -9721336 or 567915. OLE color: 567915.
HSL color Cylindrical-coordinate representation of color #6BAA08: hue angle of 83.33º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6BAA08 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 8 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.33 |
| HSL | 83.33º | 0.91% | 0.35% | - |
| HSV(B) | 83.33º | 0.95% | 0.67% | - |
| XYZ | 20.48 | 31.89 | 5.31 | - |
| YUV | 132.7 | 57.63 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 8 | 0.37 | 0 | 0.95 | 0.33 | 83.33 | 0.91 | 0.35 |
| Hex | 6B | AA | 8 | 25 | 0 | 5F | 21 | 53 | 5B | 23 |
| Octal | 153 | 252 | 10 | 45 | 0 | 137 | 41 | 123 | 133 | 43 |
| Binary | 1101011 | 10101010 | 1000 | 100101 | 0 | 1011111 | 100001 | 1010011 | 1011011 | 100011 |
Color Harmonies of #6BAA08
Complementary color
Monochromatic Colors of #6BAA08
Black with #6BAA08
Text Example
Text Example
White with #6BAA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA08; }
p { color: rgb(107,170,8); }
H1.HeaderClassName
{
color: #6BAA08;
}
.AnyTagClassName
{
color: #6BAA08;
}
</style>
background-color css
<style>
a { background-color: #6BAA08; }
a { background-color: rgb(107,170,8); }
div.DivClassName
{
background-color: #6BAA08;
}
.BgClassName
{
background-color: #6BAA08;
}
</style>
border-color css
<style>
span { border-color: #6BAA08; }
span { border-color: rgb(107,170,8); }
td.TdClassName
{
border-color: #6BAA08;
}
.TagClassName
{
border-color: #6BAA08;
}
</style>