Shades of Christi #6BAC02
Tints of Christi #6BAC02
RGB
CMYK
RGB Variations
Color information
#6BAC02 (or 0x6BAC02) is known color: Christi. HEX triplet: 6B, AC and 02. RGB value is (107,172,2). Sum of RGB (Red+Green+Blue) = 107+172+2=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 172 (67.58% from 255 or 61.21% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAC02 is #9453FD. Grayscale: #858585. Windows color (decimal): -9720830 or 175211. OLE color: 175211.
HSL color Cylindrical-coordinate representation of color #6BAC02: hue angle of 82.94º 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 #6BAC02 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 2 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.33 |
| HSL | 82.94º | 0.98% | 0.34% | - |
| HSV(B) | 82.94º | 0.99% | 0.67% | - |
| XYZ | 20.83 | 32.64 | 5.26 | - |
| YUV | 133.19 | 53.97 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 2 | 0.38 | 0 | 0.99 | 0.33 | 82.94 | 0.98 | 0.34 |
| Hex | 6B | AC | 2 | 26 | 0 | 63 | 21 | 53 | 62 | 22 |
| Octal | 153 | 254 | 2 | 46 | 0 | 143 | 41 | 123 | 142 | 42 |
| Binary | 1101011 | 10101100 | 10 | 100110 | 0 | 1100011 | 100001 | 1010011 | 1100010 | 100010 |
Color Harmonies of #6BAC02
Complementary color
Monochromatic Colors of #6BAC02
Black with #6BAC02
Text Example
Text Example
White with #6BAC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC02; }
p { color: rgb(107,172,2); }
H1.HeaderClassName
{
color: #6BAC02;
}
.AnyTagClassName
{
color: #6BAC02;
}
</style>
background-color css
<style>
a { background-color: #6BAC02; }
a { background-color: rgb(107,172,2); }
div.DivClassName
{
background-color: #6BAC02;
}
.BgClassName
{
background-color: #6BAC02;
}
</style>
border-color css
<style>
span { border-color: #6BAC02; }
span { border-color: rgb(107,172,2); }
td.TdClassName
{
border-color: #6BAC02;
}
.TagClassName
{
border-color: #6BAC02;
}
</style>