Shades of Christi #6BAB34
Tints of Christi #6BAB34
RGB
CMYK
RGB Variations
Color information
#6BAB34 (or 0x6BAB34) is known color: Christi. HEX triplet: 6B, AB and 34. RGB value is (107,171,52). Sum of RGB (Red+Green+Blue) = 107+171+52=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAB34 is #9454CB. Grayscale: #8A8A8A. Windows color (decimal): -9721036 or 3451755. OLE color: 3451755.
HSL color Cylindrical-coordinate representation of color #6BAB34: hue angle of 92.27º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6BAB34 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 52 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.33 |
| HSL | 92.27º | 0.53% | 0.44% | - |
| HSV(B) | 92.27º | 0.7% | 0.67% | - |
| XYZ | 21.25 | 32.5 | 8.4 | - |
| YUV | 138.3 | 79.3 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 52 | 0.37 | 0 | 0.70 | 0.33 | 92.27 | 0.53 | 0.44 |
| Hex | 6B | AB | 34 | 25 | 0 | 46 | 21 | 5C | 35 | 2C |
| Octal | 153 | 253 | 64 | 45 | 0 | 106 | 41 | 134 | 65 | 54 |
| Binary | 1101011 | 10101011 | 110100 | 100101 | 0 | 1000110 | 100001 | 1011100 | 110101 | 101100 |
Color Harmonies of #6BAB34
Complementary color
Monochromatic Colors of #6BAB34
Black with #6BAB34
Text Example
Text Example
White with #6BAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB34; }
p { color: rgb(107,171,52); }
H1.HeaderClassName
{
color: #6BAB34;
}
.AnyTagClassName
{
color: #6BAB34;
}
</style>
background-color css
<style>
a { background-color: #6BAB34; }
a { background-color: rgb(107,171,52); }
div.DivClassName
{
background-color: #6BAB34;
}
.BgClassName
{
background-color: #6BAB34;
}
</style>
border-color css
<style>
span { border-color: #6BAB34; }
span { border-color: rgb(107,171,52); }
td.TdClassName
{
border-color: #6BAB34;
}
.TagClassName
{
border-color: #6BAB34;
}
</style>