Shades of Christi #6CBB1D
Tints of Christi #6CBB1D
RGB
CMYK
RGB Variations
Color information
#6CBB1D (or 0x6CBB1D) is known color: Christi. HEX triplet: 6C, BB and 1D. RGB value is (108,187,29). Sum of RGB (Red+Green+Blue) = 108+187+29=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 187 (73.44% from 255 or 57.72% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 187 - color contains mainly: green. Hex color #6CBB1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CBB1D is #9344E2. Grayscale: #919191. Windows color (decimal): -9651427 or 1948524. OLE color: 1948524.
HSL color Cylindrical-coordinate representation of color #6CBB1D: hue angle of 90º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6CBB1D is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 187 | 29 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.27 |
| HSL | 90º | 0.73% | 0.42% | - |
| HSV(B) | 90º | 0.84% | 0.73% | - |
| XYZ | 24.18 | 38.82 | 7.38 | - |
| YUV | 145.37 | 62.33 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 187 | 29 | 0.42 | 0 | 0.84 | 0.27 | 90 | 0.73 | 0.42 |
| Hex | 6C | BB | 1D | 2A | 0 | 54 | 1B | 5A | 49 | 2A |
| Octal | 154 | 273 | 35 | 52 | 0 | 124 | 33 | 132 | 111 | 52 |
| Binary | 1101100 | 10111011 | 11101 | 101010 | 0 | 1010100 | 11011 | 1011010 | 1001001 | 101010 |
Color Harmonies of #6CBB1D
Complementary color
Monochromatic Colors of #6CBB1D
Black with #6CBB1D
Text Example
Text Example
White with #6CBB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBB1D; }
p { color: rgb(108,187,29); }
H1.HeaderClassName
{
color: #6CBB1D;
}
.AnyTagClassName
{
color: #6CBB1D;
}
</style>
background-color css
<style>
a { background-color: #6CBB1D; }
a { background-color: rgb(108,187,29); }
div.DivClassName
{
background-color: #6CBB1D;
}
.BgClassName
{
background-color: #6CBB1D;
}
</style>
border-color css
<style>
span { border-color: #6CBB1D; }
span { border-color: rgb(108,187,29); }
td.TdClassName
{
border-color: #6CBB1D;
}
.TagClassName
{
border-color: #6CBB1D;
}
</style>