Shades of Christi #6BBE2D
Tints of Christi #6BBE2D
RGB
CMYK
RGB Variations
Color information
#6BBE2D (or 0x6BBE2D) is known color: Christi. HEX triplet: 6B, BE and 2D. RGB value is (107,190,45). Sum of RGB (Red+Green+Blue) = 107+190+45=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBE2D is #9441D2. Grayscale: #959595. Windows color (decimal): -9716179 or 2997867. OLE color: 2997867.
HSL color Cylindrical-coordinate representation of color #6BBE2D: hue angle of 94.34º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6BBE2D is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 190 | 45 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.25 |
| HSL | 94.34º | 0.62% | 0.46% | - |
| HSV(B) | 94.34º | 0.76% | 0.75% | - |
| XYZ | 24.95 | 40.14 | 8.92 | - |
| YUV | 148.65 | 69.5 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 190 | 45 | 0.44 | 0 | 0.76 | 0.25 | 94.34 | 0.62 | 0.46 |
| Hex | 6B | BE | 2D | 2C | 0 | 4C | 19 | 5E | 3E | 2E |
| Octal | 153 | 276 | 55 | 54 | 0 | 114 | 31 | 136 | 76 | 56 |
| Binary | 1101011 | 10111110 | 101101 | 101100 | 0 | 1001100 | 11001 | 1011110 | 111110 | 101110 |
Color Harmonies of #6BBE2D
Complementary color
Monochromatic Colors of #6BBE2D
Black with #6BBE2D
Text Example
Text Example
White with #6BBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBE2D; }
p { color: rgb(107,190,45); }
H1.HeaderClassName
{
color: #6BBE2D;
}
.AnyTagClassName
{
color: #6BBE2D;
}
</style>
background-color css
<style>
a { background-color: #6BBE2D; }
a { background-color: rgb(107,190,45); }
div.DivClassName
{
background-color: #6BBE2D;
}
.BgClassName
{
background-color: #6BBE2D;
}
</style>
border-color css
<style>
span { border-color: #6BBE2D; }
span { border-color: rgb(107,190,45); }
td.TdClassName
{
border-color: #6BBE2D;
}
.TagClassName
{
border-color: #6BBE2D;
}
</style>