Shades of Christi #6CAB2D
Tints of Christi #6CAB2D
RGB
CMYK
RGB Variations
Color information
#6CAB2D (or 0x6CAB2D) is known color: Christi. HEX triplet: 6C, AB and 2D. RGB value is (108,171,45). Sum of RGB (Red+Green+Blue) = 108+171+45=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAB2D is #9354D2. Grayscale: #8A8A8A. Windows color (decimal): -9655507 or 2993004. OLE color: 2993004.
HSL color Cylindrical-coordinate representation of color #6CAB2D: hue angle of 90º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6CAB2D is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 171 | 45 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.33 |
| HSL | 90º | 0.58% | 0.42% | - |
| HSV(B) | 90º | 0.74% | 0.67% | - |
| XYZ | 21.22 | 32.5 | 7.64 | - |
| YUV | 137.8 | 75.63 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 45 | 0.37 | 0 | 0.74 | 0.33 | 90 | 0.58 | 0.42 |
| Hex | 6C | AB | 2D | 25 | 0 | 4A | 21 | 5A | 3A | 2A |
| Octal | 154 | 253 | 55 | 45 | 0 | 112 | 41 | 132 | 72 | 52 |
| Binary | 1101100 | 10101011 | 101101 | 100101 | 0 | 1001010 | 100001 | 1011010 | 111010 | 101010 |
Color Harmonies of #6CAB2D
Complementary color
Monochromatic Colors of #6CAB2D
Black with #6CAB2D
Text Example
Text Example
White with #6CAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAB2D; }
p { color: rgb(108,171,45); }
H1.HeaderClassName
{
color: #6CAB2D;
}
.AnyTagClassName
{
color: #6CAB2D;
}
</style>
background-color css
<style>
a { background-color: #6CAB2D; }
a { background-color: rgb(108,171,45); }
div.DivClassName
{
background-color: #6CAB2D;
}
.BgClassName
{
background-color: #6CAB2D;
}
</style>
border-color css
<style>
span { border-color: #6CAB2D; }
span { border-color: rgb(108,171,45); }
td.TdClassName
{
border-color: #6CAB2D;
}
.TagClassName
{
border-color: #6CAB2D;
}
</style>