Shades of Christi #6BB402
Tints of Christi #6BB402
RGB
CMYK
RGB Variations
Color information
#6BB402 (or 0x6BB402) is known color: Christi. HEX triplet: 6B, B4 and 02. RGB value is (107,180,2). Sum of RGB (Red+Green+Blue) = 107+180+2=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 180 (70.70% from 255 or 62.28% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 180 - color contains mainly: green. Hex color #6BB402 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BB402 is #944BFD. Grayscale: #8A8A8A. Windows color (decimal): -9718782 or 177259. OLE color: 177259.
HSL color Cylindrical-coordinate representation of color #6BB402: hue angle of 84.61º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BB402 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 180 | 2 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.29 |
| HSL | 84.61º | 0.98% | 0.36% | - |
| HSV(B) | 84.61º | 0.99% | 0.71% | - |
| XYZ | 22.4 | 35.77 | 5.78 | - |
| YUV | 137.88 | 51.32 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 180 | 2 | 0.41 | 0 | 0.99 | 0.29 | 84.61 | 0.98 | 0.36 |
| Hex | 6B | B4 | 2 | 29 | 0 | 63 | 1D | 55 | 62 | 24 |
| Octal | 153 | 264 | 2 | 51 | 0 | 143 | 35 | 125 | 142 | 44 |
| Binary | 1101011 | 10110100 | 10 | 101001 | 0 | 1100011 | 11101 | 1010101 | 1100010 | 100100 |
Color Harmonies of #6BB402
Complementary color
Monochromatic Colors of #6BB402
Black with #6BB402
Text Example
Text Example
White with #6BB402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB402; }
p { color: rgb(107,180,2); }
H1.HeaderClassName
{
color: #6BB402;
}
.AnyTagClassName
{
color: #6BB402;
}
</style>
background-color css
<style>
a { background-color: #6BB402; }
a { background-color: rgb(107,180,2); }
div.DivClassName
{
background-color: #6BB402;
}
.BgClassName
{
background-color: #6BB402;
}
</style>
border-color css
<style>
span { border-color: #6BB402; }
span { border-color: rgb(107,180,2); }
td.TdClassName
{
border-color: #6BB402;
}
.TagClassName
{
border-color: #6BB402;
}
</style>