Shades of Christi #66B12D
Tints of Christi #66B12D
RGB
CMYK
RGB Variations
Color information
#66B12D (or 0x66B12D) is known color: Christi. HEX triplet: 66, B1 and 2D. RGB value is (102,177,45). Sum of RGB (Red+Green+Blue) = 102+177+45=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 177 (69.53% from 255 or 54.63% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 177 - color contains mainly: green. Hex color #66B12D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66B12D is #994ED2. Grayscale: #8B8B8B. Windows color (decimal): -10047187 or 2994534. OLE color: 2994534.
HSL color Cylindrical-coordinate representation of color #66B12D: hue angle of 94.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66B12D is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 177 | 45 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.31 |
| HSL | 94.09º | 0.59% | 0.44% | - |
| HSV(B) | 94.09º | 0.75% | 0.69% | - |
| XYZ | 21.68 | 34.46 | 7.99 | - |
| YUV | 139.53 | 74.65 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 45 | 0.42 | 0 | 0.75 | 0.31 | 94.09 | 0.59 | 0.44 |
| Hex | 66 | B1 | 2D | 2A | 0 | 4B | 1F | 5E | 3B | 2C |
| Octal | 146 | 261 | 55 | 52 | 0 | 113 | 37 | 136 | 73 | 54 |
| Binary | 1100110 | 10110001 | 101101 | 101010 | 0 | 1001011 | 11111 | 1011110 | 111011 | 101100 |
Color Harmonies of #66B12D
Complementary color
Monochromatic Colors of #66B12D
Black with #66B12D
Text Example
Text Example
White with #66B12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B12D; }
p { color: rgb(102,177,45); }
H1.HeaderClassName
{
color: #66B12D;
}
.AnyTagClassName
{
color: #66B12D;
}
</style>
background-color css
<style>
a { background-color: #66B12D; }
a { background-color: rgb(102,177,45); }
div.DivClassName
{
background-color: #66B12D;
}
.BgClassName
{
background-color: #66B12D;
}
</style>
border-color css
<style>
span { border-color: #66B12D; }
span { border-color: rgb(102,177,45); }
td.TdClassName
{
border-color: #66B12D;
}
.TagClassName
{
border-color: #66B12D;
}
</style>