Shades of Christi #6BAB02
Tints of Christi #6BAB02
RGB
CMYK
RGB Variations
Color information
#6BAB02 (or 0x6BAB02) is known color: Christi. HEX triplet: 6B, AB and 02. RGB value is (107,171,2). Sum of RGB (Red+Green+Blue) = 107+171+2=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAB02 is #9454FD. Grayscale: #858585. Windows color (decimal): -9721086 or 174955. OLE color: 174955.
HSL color Cylindrical-coordinate representation of color #6BAB02: hue angle of 82.72º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BAB02 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.33 |
| HSL | 82.72º | 0.98% | 0.34% | - |
| HSV(B) | 82.72º | 0.99% | 0.67% | - |
| XYZ | 20.64 | 32.26 | 5.2 | - |
| YUV | 132.6 | 54.3 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 2 | 0.37 | 0 | 0.99 | 0.33 | 82.72 | 0.98 | 0.34 |
| Hex | 6B | AB | 2 | 25 | 0 | 63 | 21 | 53 | 62 | 22 |
| Octal | 153 | 253 | 2 | 45 | 0 | 143 | 41 | 123 | 142 | 42 |
| Binary | 1101011 | 10101011 | 10 | 100101 | 0 | 1100011 | 100001 | 1010011 | 1100010 | 100010 |
Color Harmonies of #6BAB02
Complementary color
Monochromatic Colors of #6BAB02
Black with #6BAB02
Text Example
Text Example
White with #6BAB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB02; }
p { color: rgb(107,171,2); }
H1.HeaderClassName
{
color: #6BAB02;
}
.AnyTagClassName
{
color: #6BAB02;
}
</style>
background-color css
<style>
a { background-color: #6BAB02; }
a { background-color: rgb(107,171,2); }
div.DivClassName
{
background-color: #6BAB02;
}
.BgClassName
{
background-color: #6BAB02;
}
</style>
border-color css
<style>
span { border-color: #6BAB02; }
span { border-color: rgb(107,171,2); }
td.TdClassName
{
border-color: #6BAB02;
}
.TagClassName
{
border-color: #6BAB02;
}
</style>