Shades of Christi #74AB1F
Tints of Christi #74AB1F
RGB
CMYK
RGB Variations
Color information
#74AB1F (or 0x74AB1F) is known color: Christi. HEX triplet: 74, AB and 1F. RGB value is (116,171,31). Sum of RGB (Red+Green+Blue) = 116+171+31=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AB1F is #8B54E0. Grayscale: #8B8B8B. Windows color (decimal): -9131233 or 2075508. OLE color: 2075508.
HSL color Cylindrical-coordinate representation of color #74AB1F: hue angle of 83.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74AB1F is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 171 | 31 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.33 |
| HSL | 83.57º | 0.69% | 0.4% | - |
| HSV(B) | 83.57º | 0.82% | 0.67% | - |
| XYZ | 22.01 | 32.94 | 6.49 | - |
| YUV | 138.6 | 67.28 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 31 | 0.32 | 0 | 0.82 | 0.33 | 83.57 | 0.69 | 0.4 |
| Hex | 74 | AB | 1F | 20 | 0 | 52 | 21 | 54 | 45 | 28 |
| Octal | 164 | 253 | 37 | 40 | 0 | 122 | 41 | 124 | 105 | 50 |
| Binary | 1110100 | 10101011 | 11111 | 100000 | 0 | 1010010 | 100001 | 1010100 | 1000101 | 101000 |
Color Harmonies of #74AB1F
Complementary color
Monochromatic Colors of #74AB1F
Black with #74AB1F
Text Example
Text Example
White with #74AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AB1F; }
p { color: rgb(116,171,31); }
H1.HeaderClassName
{
color: #74AB1F;
}
.AnyTagClassName
{
color: #74AB1F;
}
</style>
background-color css
<style>
a { background-color: #74AB1F; }
a { background-color: rgb(116,171,31); }
div.DivClassName
{
background-color: #74AB1F;
}
.BgClassName
{
background-color: #74AB1F;
}
</style>
border-color css
<style>
span { border-color: #74AB1F; }
span { border-color: rgb(116,171,31); }
td.TdClassName
{
border-color: #74AB1F;
}
.TagClassName
{
border-color: #74AB1F;
}
</style>