Shades of Christi #6BB505
Tints of Christi #6BB505
RGB
CMYK
RGB Variations
Color information
#6BB505 (or 0x6BB505) is known color: Christi. HEX triplet: 6B, B5 and 05. RGB value is (107,181,5). Sum of RGB (Red+Green+Blue) = 107+181+5=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 181 (71.09% from 255 or 61.77% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 181 - color contains mainly: green. Hex color #6BB505 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BB505 is #944AFA. Grayscale: #8B8B8B. Windows color (decimal): -9718523 or 374123. OLE color: 374123.
HSL color Cylindrical-coordinate representation of color #6BB505: hue angle of 85.23º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6BB505 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 181 | 5 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.29 |
| HSL | 85.23º | 0.95% | 0.36% | - |
| HSV(B) | 85.23º | 0.97% | 0.71% | - |
| XYZ | 22.61 | 36.18 | 5.94 | - |
| YUV | 138.81 | 52.48 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 181 | 5 | 0.41 | 0 | 0.97 | 0.29 | 85.23 | 0.95 | 0.36 |
| Hex | 6B | B5 | 5 | 29 | 0 | 61 | 1D | 55 | 5F | 24 |
| Octal | 153 | 265 | 5 | 51 | 0 | 141 | 35 | 125 | 137 | 44 |
| Binary | 1101011 | 10110101 | 101 | 101001 | 0 | 1100001 | 11101 | 1010101 | 1011111 | 100100 |
Color Harmonies of #6BB505
Complementary color
Monochromatic Colors of #6BB505
Black with #6BB505
Text Example
Text Example
White with #6BB505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB505; }
p { color: rgb(107,181,5); }
H1.HeaderClassName
{
color: #6BB505;
}
.AnyTagClassName
{
color: #6BB505;
}
</style>
background-color css
<style>
a { background-color: #6BB505; }
a { background-color: rgb(107,181,5); }
div.DivClassName
{
background-color: #6BB505;
}
.BgClassName
{
background-color: #6BB505;
}
</style>
border-color css
<style>
span { border-color: #6BB505; }
span { border-color: rgb(107,181,5); }
td.TdClassName
{
border-color: #6BB505;
}
.TagClassName
{
border-color: #6BB505;
}
</style>