Shades of Christi #66B72D
Tints of Christi #66B72D
RGB
CMYK
RGB Variations
Color information
#66B72D (or 0x66B72D) is known color: Christi. HEX triplet: 66, B7 and 2D. RGB value is (102,183,45). Sum of RGB (Red+Green+Blue) = 102+183+45=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 183 (71.88% from 255 or 55.45% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 183 - color contains mainly: green. Hex color #66B72D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B72D is #9948D2. Grayscale: #8F8F8F. Windows color (decimal): -10045651 or 2996070. OLE color: 2996070.
HSL color Cylindrical-coordinate representation of color #66B72D: hue angle of 95.22º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66B72D is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 183 | 45 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.28 |
| HSL | 95.22º | 0.61% | 0.45% | - |
| HSV(B) | 95.22º | 0.75% | 0.72% | - |
| XYZ | 22.89 | 36.88 | 8.4 | - |
| YUV | 143.05 | 72.66 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 45 | 0.44 | 0 | 0.75 | 0.28 | 95.22 | 0.61 | 0.45 |
| Hex | 66 | B7 | 2D | 2C | 0 | 4B | 1C | 5F | 3D | 2D |
| Octal | 146 | 267 | 55 | 54 | 0 | 113 | 34 | 137 | 75 | 55 |
| Binary | 1100110 | 10110111 | 101101 | 101100 | 0 | 1001011 | 11100 | 1011111 | 111101 | 101101 |
Color Harmonies of #66B72D
Complementary color
Monochromatic Colors of #66B72D
Black with #66B72D
Text Example
Text Example
White with #66B72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B72D; }
p { color: rgb(102,183,45); }
H1.HeaderClassName
{
color: #66B72D;
}
.AnyTagClassName
{
color: #66B72D;
}
</style>
background-color css
<style>
a { background-color: #66B72D; }
a { background-color: rgb(102,183,45); }
div.DivClassName
{
background-color: #66B72D;
}
.BgClassName
{
background-color: #66B72D;
}
</style>
border-color css
<style>
span { border-color: #66B72D; }
span { border-color: rgb(102,183,45); }
td.TdClassName
{
border-color: #66B72D;
}
.TagClassName
{
border-color: #66B72D;
}
</style>