Shades of Trendy Green #74881A
Tints of Trendy Green #74881A
RGB
CMYK
RGB Variations
Color information
#74881A (or 0x74881A) is known color: Trendy Green. HEX triplet: 74, 88 and 1A. RGB value is (116,136,26). Sum of RGB (Red+Green+Blue) = 116+136+26=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #74881A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74881A is #8B77E5. Grayscale: #757575. Windows color (decimal): -9140198 or 1738868. OLE color: 1738868.
HSL color Cylindrical-coordinate representation of color #74881A: hue angle of 70.91º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74881A is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 26 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.47 |
| HSL | 70.91º | 0.68% | 0.32% | - |
| HSV(B) | 70.91º | 0.81% | 0.53% | - |
| XYZ | 16.19 | 21.4 | 4.25 | - |
| YUV | 117.48 | 76.37 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 26 | 0.15 | 0 | 0.81 | 0.47 | 70.91 | 0.68 | 0.32 |
| Hex | 74 | 88 | 1A | F | 0 | 51 | 2F | 47 | 44 | 20 |
| Octal | 164 | 210 | 32 | 17 | 0 | 121 | 57 | 107 | 104 | 40 |
| Binary | 1110100 | 10001000 | 11010 | 1111 | 0 | 1010001 | 101111 | 1000111 | 1000100 | 100000 |
Color Harmonies of #74881A
Complementary color
Monochromatic Colors of #74881A
Black with #74881A
Text Example
Text Example
White with #74881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74881A; }
p { color: rgb(116,136,26); }
H1.HeaderClassName
{
color: #74881A;
}
.AnyTagClassName
{
color: #74881A;
}
</style>
background-color css
<style>
a { background-color: #74881A; }
a { background-color: rgb(116,136,26); }
div.DivClassName
{
background-color: #74881A;
}
.BgClassName
{
background-color: #74881A;
}
</style>
border-color css
<style>
span { border-color: #74881A; }
span { border-color: rgb(116,136,26); }
td.TdClassName
{
border-color: #74881A;
}
.TagClassName
{
border-color: #74881A;
}
</style>