Shades of Christi #6FBB28
Tints of Christi #6FBB28
RGB
CMYK
RGB Variations
Color information
#6FBB28 (or 0x6FBB28) is known color: Christi. HEX triplet: 6F, BB and 28. RGB value is (111,187,40). Sum of RGB (Red+Green+Blue) = 111+187+40=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBB28 is #9044D7. Grayscale: #949494. Windows color (decimal): -9454808 or 2669423. OLE color: 2669423.
HSL color Cylindrical-coordinate representation of color #6FBB28: hue angle of 91.02º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6FBB28 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 187 | 40 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.27 |
| HSL | 91.02º | 0.65% | 0.45% | - |
| HSV(B) | 91.02º | 0.79% | 0.73% | - |
| XYZ | 24.71 | 39.07 | 8.25 | - |
| YUV | 147.52 | 67.32 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 40 | 0.41 | 0 | 0.79 | 0.27 | 91.02 | 0.65 | 0.45 |
| Hex | 6F | BB | 28 | 29 | 0 | 4F | 1B | 5B | 41 | 2D |
| Octal | 157 | 273 | 50 | 51 | 0 | 117 | 33 | 133 | 101 | 55 |
| Binary | 1101111 | 10111011 | 101000 | 101001 | 0 | 1001111 | 11011 | 1011011 | 1000001 | 101101 |
Color Harmonies of #6FBB28
Complementary color
Monochromatic Colors of #6FBB28
Black with #6FBB28
Text Example
Text Example
White with #6FBB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBB28; }
p { color: rgb(111,187,40); }
H1.HeaderClassName
{
color: #6FBB28;
}
.AnyTagClassName
{
color: #6FBB28;
}
</style>
background-color css
<style>
a { background-color: #6FBB28; }
a { background-color: rgb(111,187,40); }
div.DivClassName
{
background-color: #6FBB28;
}
.BgClassName
{
background-color: #6FBB28;
}
</style>
border-color css
<style>
span { border-color: #6FBB28; }
span { border-color: rgb(111,187,40); }
td.TdClassName
{
border-color: #6FBB28;
}
.TagClassName
{
border-color: #6FBB28;
}
</style>