Shades of Christi #6BAF2C
Tints of Christi #6BAF2C
RGB
CMYK
RGB Variations
Color information
#6BAF2C (or 0x6BAF2C) is known color: Christi. HEX triplet: 6B, AF and 2C. RGB value is (107,175,44). Sum of RGB (Red+Green+Blue) = 107+175+44=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAF2C is #9450D3. Grayscale: #8C8C8C. Windows color (decimal): -9720020 or 2928491. OLE color: 2928491.
HSL color Cylindrical-coordinate representation of color #6BAF2C: hue angle of 91.15º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6BAF2C is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 175 | 44 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.31 |
| HSL | 91.15º | 0.6% | 0.43% | - |
| HSV(B) | 91.15º | 0.75% | 0.69% | - |
| XYZ | 21.85 | 33.97 | 7.79 | - |
| YUV | 139.73 | 73.97 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 44 | 0.39 | 0 | 0.75 | 0.31 | 91.15 | 0.6 | 0.43 |
| Hex | 6B | AF | 2C | 27 | 0 | 4B | 1F | 5B | 3C | 2B |
| Octal | 153 | 257 | 54 | 47 | 0 | 113 | 37 | 133 | 74 | 53 |
| Binary | 1101011 | 10101111 | 101100 | 100111 | 0 | 1001011 | 11111 | 1011011 | 111100 | 101011 |
Color Harmonies of #6BAF2C
Complementary color
Monochromatic Colors of #6BAF2C
Black with #6BAF2C
Text Example
Text Example
White with #6BAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAF2C; }
p { color: rgb(107,175,44); }
H1.HeaderClassName
{
color: #6BAF2C;
}
.AnyTagClassName
{
color: #6BAF2C;
}
</style>
background-color css
<style>
a { background-color: #6BAF2C; }
a { background-color: rgb(107,175,44); }
div.DivClassName
{
background-color: #6BAF2C;
}
.BgClassName
{
background-color: #6BAF2C;
}
</style>
border-color css
<style>
span { border-color: #6BAF2C; }
span { border-color: rgb(107,175,44); }
td.TdClassName
{
border-color: #6BAF2C;
}
.TagClassName
{
border-color: #6BAF2C;
}
</style>