Shades of Christi #6AB008
Tints of Christi #6AB008
RGB
CMYK
RGB Variations
Color information
#6AB008 (or 0x6AB008) is known color: Christi. HEX triplet: 6A, B0 and 08. RGB value is (106,176,8). Sum of RGB (Red+Green+Blue) = 106+176+8=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 176 (69.14% from 255 or 60.69% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AB008 is #954FF7. Grayscale: #888888. Windows color (decimal): -9785336 or 569450. OLE color: 569450.
HSL color Cylindrical-coordinate representation of color #6AB008: hue angle of 85º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6AB008 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 176 | 8 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.31 |
| HSL | 85º | 0.91% | 0.36% | - |
| HSV(B) | 85º | 0.95% | 0.69% | - |
| XYZ | 21.51 | 34.13 | 5.68 | - |
| YUV | 135.92 | 55.81 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 176 | 8 | 0.40 | 0 | 0.95 | 0.31 | 85 | 0.91 | 0.36 |
| Hex | 6A | B0 | 8 | 28 | 0 | 5F | 1F | 55 | 5B | 24 |
| Octal | 152 | 260 | 10 | 50 | 0 | 137 | 37 | 125 | 133 | 44 |
| Binary | 1101010 | 10110000 | 1000 | 101000 | 0 | 1011111 | 11111 | 1010101 | 1011011 | 100100 |
Color Harmonies of #6AB008
Complementary color
Monochromatic Colors of #6AB008
Black with #6AB008
Text Example
Text Example
White with #6AB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB008; }
p { color: rgb(106,176,8); }
H1.HeaderClassName
{
color: #6AB008;
}
.AnyTagClassName
{
color: #6AB008;
}
</style>
background-color css
<style>
a { background-color: #6AB008; }
a { background-color: rgb(106,176,8); }
div.DivClassName
{
background-color: #6AB008;
}
.BgClassName
{
background-color: #6AB008;
}
</style>
border-color css
<style>
span { border-color: #6AB008; }
span { border-color: rgb(106,176,8); }
td.TdClassName
{
border-color: #6AB008;
}
.TagClassName
{
border-color: #6AB008;
}
</style>