Shades of Christi #74AB07
Tints of Christi #74AB07
RGB
CMYK
RGB Variations
Color information
#74AB07 (or 0x74AB07) is known color: Christi. HEX triplet: 74, AB and 07. RGB value is (116,171,7). Sum of RGB (Red+Green+Blue) = 116+171+7=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AB07 is #8B54F8. Grayscale: #888888. Windows color (decimal): -9131257 or 502644. OLE color: 502644.
HSL color Cylindrical-coordinate representation of color #74AB07: hue angle of 80.12º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74AB07 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 171 | 7 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.33 |
| HSL | 80.12º | 0.92% | 0.35% | - |
| HSV(B) | 80.12º | 0.96% | 0.67% | - |
| XYZ | 21.8 | 32.85 | 5.39 | - |
| YUV | 135.86 | 55.28 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 7 | 0.32 | 0 | 0.96 | 0.33 | 80.12 | 0.92 | 0.35 |
| Hex | 74 | AB | 7 | 20 | 0 | 60 | 21 | 50 | 5C | 23 |
| Octal | 164 | 253 | 7 | 40 | 0 | 140 | 41 | 120 | 134 | 43 |
| Binary | 1110100 | 10101011 | 111 | 100000 | 0 | 1100000 | 100001 | 1010000 | 1011100 | 100011 |
Color Harmonies of #74AB07
Complementary color
Monochromatic Colors of #74AB07
Black with #74AB07
Text Example
Text Example
White with #74AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AB07; }
p { color: rgb(116,171,7); }
H1.HeaderClassName
{
color: #74AB07;
}
.AnyTagClassName
{
color: #74AB07;
}
</style>
background-color css
<style>
a { background-color: #74AB07; }
a { background-color: rgb(116,171,7); }
div.DivClassName
{
background-color: #74AB07;
}
.BgClassName
{
background-color: #74AB07;
}
</style>
border-color css
<style>
span { border-color: #74AB07; }
span { border-color: rgb(116,171,7); }
td.TdClassName
{
border-color: #74AB07;
}
.TagClassName
{
border-color: #74AB07;
}
</style>