Shades of Christi #74AB08
Tints of Christi #74AB08
RGB
CMYK
RGB Variations
Color information
#74AB08 (or 0x74AB08) is known color: Christi. HEX triplet: 74, AB and 08. RGB value is (116,171,8). Sum of RGB (Red+Green+Blue) = 116+171+8=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AB08 is #8B54F7. Grayscale: #888888. Windows color (decimal): -9131256 or 568180. OLE color: 568180.
HSL color Cylindrical-coordinate representation of color #74AB08: hue angle of 80.25º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74AB08 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 171 | 8 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.33 |
| HSL | 80.25º | 0.91% | 0.35% | - |
| HSV(B) | 80.25º | 0.95% | 0.67% | - |
| XYZ | 21.81 | 32.86 | 5.42 | - |
| YUV | 135.97 | 55.78 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 8 | 0.32 | 0 | 0.95 | 0.33 | 80.25 | 0.91 | 0.35 |
| Hex | 74 | AB | 8 | 20 | 0 | 5F | 21 | 50 | 5B | 23 |
| Octal | 164 | 253 | 10 | 40 | 0 | 137 | 41 | 120 | 133 | 43 |
| Binary | 1110100 | 10101011 | 1000 | 100000 | 0 | 1011111 | 100001 | 1010000 | 1011011 | 100011 |
Color Harmonies of #74AB08
Complementary color
Monochromatic Colors of #74AB08
Black with #74AB08
Text Example
Text Example
White with #74AB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AB08; }
p { color: rgb(116,171,8); }
H1.HeaderClassName
{
color: #74AB08;
}
.AnyTagClassName
{
color: #74AB08;
}
</style>
background-color css
<style>
a { background-color: #74AB08; }
a { background-color: rgb(116,171,8); }
div.DivClassName
{
background-color: #74AB08;
}
.BgClassName
{
background-color: #74AB08;
}
</style>
border-color css
<style>
span { border-color: #74AB08; }
span { border-color: rgb(116,171,8); }
td.TdClassName
{
border-color: #74AB08;
}
.TagClassName
{
border-color: #74AB08;
}
</style>