Shades of Sushi #7F9C23
Tints of Sushi #7F9C23
RGB
CMYK
RGB Variations
Color information
#7F9C23 (or 0x7F9C23) is known color: Sushi. HEX triplet: 7F, 9C and 23. RGB value is (127,156,35). Sum of RGB (Red+Green+Blue) = 127+156+35=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #7F9C23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9C23 is #8063DC. Grayscale: #858585. Windows color (decimal): -8414173 or 2333823. OLE color: 2333823.
HSL color Cylindrical-coordinate representation of color #7F9C23: hue angle of 74.38º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F9C23 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 156 | 35 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.39 |
| HSL | 74.38º | 0.63% | 0.37% | - |
| HSV(B) | 74.38º | 0.78% | 0.61% | - |
| XYZ | 20.94 | 28.41 | 5.97 | - |
| YUV | 133.54 | 72.39 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 156 | 35 | 0.19 | 0 | 0.78 | 0.39 | 74.38 | 0.63 | 0.37 |
| Hex | 7F | 9C | 23 | 13 | 0 | 4E | 27 | 4A | 3F | 25 |
| Octal | 177 | 234 | 43 | 23 | 0 | 116 | 47 | 112 | 77 | 45 |
| Binary | 1111111 | 10011100 | 100011 | 10011 | 0 | 1001110 | 100111 | 1001010 | 111111 | 100101 |
Color Harmonies of #7F9C23
Complementary color
Monochromatic Colors of #7F9C23
Black with #7F9C23
Text Example
Text Example
White with #7F9C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9C23; }
p { color: rgb(127,156,35); }
H1.HeaderClassName
{
color: #7F9C23;
}
.AnyTagClassName
{
color: #7F9C23;
}
</style>
background-color css
<style>
a { background-color: #7F9C23; }
a { background-color: rgb(127,156,35); }
div.DivClassName
{
background-color: #7F9C23;
}
.BgClassName
{
background-color: #7F9C23;
}
</style>
border-color css
<style>
span { border-color: #7F9C23; }
span { border-color: rgb(127,156,35); }
td.TdClassName
{
border-color: #7F9C23;
}
.TagClassName
{
border-color: #7F9C23;
}
</style>