Shades of Christi #7CA208
Tints of Christi #7CA208
RGB
CMYK
RGB Variations
Color information
#7CA208 (or 0x7CA208) is known color: Christi. HEX triplet: 7C, A2 and 08. RGB value is (124,162,8). Sum of RGB (Red+Green+Blue) = 124+162+8=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA208 is #835DF7. Grayscale: #858585. Windows color (decimal): -8609272 or 565884. OLE color: 565884.
HSL color Cylindrical-coordinate representation of color #7CA208: hue angle of 74.81º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7CA208 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 162 | 8 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.36 |
| HSL | 74.81º | 0.91% | 0.33% | - |
| HSV(B) | 74.81º | 0.95% | 0.64% | - |
| XYZ | 21.28 | 30.14 | 4.93 | - |
| YUV | 133.08 | 57.41 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 8 | 0.23 | 0 | 0.95 | 0.36 | 74.81 | 0.91 | 0.33 |
| Hex | 7C | A2 | 8 | 17 | 0 | 5F | 24 | 4B | 5B | 21 |
| Octal | 174 | 242 | 10 | 27 | 0 | 137 | 44 | 113 | 133 | 41 |
| Binary | 1111100 | 10100010 | 1000 | 10111 | 0 | 1011111 | 100100 | 1001011 | 1011011 | 100001 |
Color Harmonies of #7CA208
Complementary color
Monochromatic Colors of #7CA208
Black with #7CA208
Text Example
Text Example
White with #7CA208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA208; }
p { color: rgb(124,162,8); }
H1.HeaderClassName
{
color: #7CA208;
}
.AnyTagClassName
{
color: #7CA208;
}
</style>
background-color css
<style>
a { background-color: #7CA208; }
a { background-color: rgb(124,162,8); }
div.DivClassName
{
background-color: #7CA208;
}
.BgClassName
{
background-color: #7CA208;
}
</style>
border-color css
<style>
span { border-color: #7CA208; }
span { border-color: rgb(124,162,8); }
td.TdClassName
{
border-color: #7CA208;
}
.TagClassName
{
border-color: #7CA208;
}
</style>