Shades of Christi #74AF09
Tints of Christi #74AF09
RGB
CMYK
RGB Variations
Color information
#74AF09 (or 0x74AF09) is known color: Christi. HEX triplet: 74, AF and 09. RGB value is (116,175,9). Sum of RGB (Red+Green+Blue) = 116+175+9=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AF09 is #8B50F6. Grayscale: #8B8B8B. Windows color (decimal): -9130231 or 634740. OLE color: 634740.
HSL color Cylindrical-coordinate representation of color #74AF09: hue angle of 81.33º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74AF09 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 9 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.31 |
| HSL | 81.33º | 0.9% | 0.36% | - |
| HSV(B) | 81.33º | 0.95% | 0.69% | - |
| XYZ | 22.58 | 34.39 | 5.71 | - |
| YUV | 138.44 | 54.95 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 9 | 0.34 | 0 | 0.95 | 0.31 | 81.33 | 0.9 | 0.36 |
| Hex | 74 | AF | 9 | 22 | 0 | 5F | 1F | 51 | 5A | 24 |
| Octal | 164 | 257 | 11 | 42 | 0 | 137 | 37 | 121 | 132 | 44 |
| Binary | 1110100 | 10101111 | 1001 | 100010 | 0 | 1011111 | 11111 | 1010001 | 1011010 | 100100 |
Color Harmonies of #74AF09
Complementary color
Monochromatic Colors of #74AF09
Black with #74AF09
Text Example
Text Example
White with #74AF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF09; }
p { color: rgb(116,175,9); }
H1.HeaderClassName
{
color: #74AF09;
}
.AnyTagClassName
{
color: #74AF09;
}
</style>
background-color css
<style>
a { background-color: #74AF09; }
a { background-color: rgb(116,175,9); }
div.DivClassName
{
background-color: #74AF09;
}
.BgClassName
{
background-color: #74AF09;
}
</style>
border-color css
<style>
span { border-color: #74AF09; }
span { border-color: rgb(116,175,9); }
td.TdClassName
{
border-color: #74AF09;
}
.TagClassName
{
border-color: #74AF09;
}
</style>