Shades of Sushi #74AF36
Tints of Sushi #74AF36
RGB
CMYK
RGB Variations
Color information
#74AF36 (or 0x74AF36) is known color: Sushi. HEX triplet: 74, AF and 36. RGB value is (116,175,54). Sum of RGB (Red+Green+Blue) = 116+175+54=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF36 is #8B50C9. Grayscale: #8F8F8F. Windows color (decimal): -9130186 or 3583860. OLE color: 3583860.
HSL color Cylindrical-coordinate representation of color #74AF36: hue angle of 89.26º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74AF36 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 54 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.31 |
| HSL | 89.26º | 0.53% | 0.45% | - |
| HSV(B) | 89.26º | 0.69% | 0.69% | - |
| XYZ | 23.2 | 34.64 | 8.95 | - |
| YUV | 143.57 | 77.45 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 54 | 0.34 | 0 | 0.69 | 0.31 | 89.26 | 0.53 | 0.45 |
| Hex | 74 | AF | 36 | 22 | 0 | 45 | 1F | 59 | 35 | 2D |
| Octal | 164 | 257 | 66 | 42 | 0 | 105 | 37 | 131 | 65 | 55 |
| Binary | 1110100 | 10101111 | 110110 | 100010 | 0 | 1000101 | 11111 | 1011001 | 110101 | 101101 |
Color Harmonies of #74AF36
Complementary color
Monochromatic Colors of #74AF36
Black with #74AF36
Text Example
Text Example
White with #74AF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF36; }
p { color: rgb(116,175,54); }
H1.HeaderClassName
{
color: #74AF36;
}
.AnyTagClassName
{
color: #74AF36;
}
</style>
background-color css
<style>
a { background-color: #74AF36; }
a { background-color: rgb(116,175,54); }
div.DivClassName
{
background-color: #74AF36;
}
.BgClassName
{
background-color: #74AF36;
}
</style>
border-color css
<style>
span { border-color: #74AF36; }
span { border-color: rgb(116,175,54); }
td.TdClassName
{
border-color: #74AF36;
}
.TagClassName
{
border-color: #74AF36;
}
</style>