Shades of Christi #66AD0F
Tints of Christi #66AD0F
RGB
CMYK
RGB Variations
Color information
#66AD0F (or 0x66AD0F) is known color: Christi. HEX triplet: 66, AD and 0F. RGB value is (102,173,15). Sum of RGB (Red+Green+Blue) = 102+173+15=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 173 (67.97% from 255 or 59.66% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AD0F is #9952F0. Grayscale: #868686. Windows color (decimal): -10048241 or 1027430. OLE color: 1027430.
HSL color Cylindrical-coordinate representation of color #66AD0F: hue angle of 86.96º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66AD0F is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 15 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.32 |
| HSL | 86.96º | 0.84% | 0.37% | - |
| HSV(B) | 86.96º | 0.91% | 0.68% | - |
| XYZ | 20.51 | 32.75 | 5.69 | - |
| YUV | 133.76 | 60.98 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 15 | 0.41 | 0 | 0.91 | 0.32 | 86.96 | 0.84 | 0.37 |
| Hex | 66 | AD | F | 29 | 0 | 5B | 20 | 57 | 54 | 25 |
| Octal | 146 | 255 | 17 | 51 | 0 | 133 | 40 | 127 | 124 | 45 |
| Binary | 1100110 | 10101101 | 1111 | 101001 | 0 | 1011011 | 100000 | 1010111 | 1010100 | 100101 |
Color Harmonies of #66AD0F
Complementary color
Monochromatic Colors of #66AD0F
Black with #66AD0F
Text Example
Text Example
White with #66AD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AD0F; }
p { color: rgb(102,173,15); }
H1.HeaderClassName
{
color: #66AD0F;
}
.AnyTagClassName
{
color: #66AD0F;
}
</style>
background-color css
<style>
a { background-color: #66AD0F; }
a { background-color: rgb(102,173,15); }
div.DivClassName
{
background-color: #66AD0F;
}
.BgClassName
{
background-color: #66AD0F;
}
</style>
border-color css
<style>
span { border-color: #66AD0F; }
span { border-color: rgb(102,173,15); }
td.TdClassName
{
border-color: #66AD0F;
}
.TagClassName
{
border-color: #66AD0F;
}
</style>