Shades of Sushi #80B13D
Tints of Sushi #80B13D
RGB
CMYK
RGB Variations
Color information
#80B13D (or 0x80B13D) is known color: Sushi. HEX triplet: 80, B1 and 3D. RGB value is (128,177,61). Sum of RGB (Red+Green+Blue) = 128+177+61=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #80B13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B13D is #7F4EC2. Grayscale: #959595. Windows color (decimal): -8343235 or 4043136. OLE color: 4043136.
HSL color Cylindrical-coordinate representation of color #80B13D: hue angle of 85.34º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80B13D is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 61 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.31 |
| HSL | 85.34º | 0.49% | 0.47% | - |
| HSV(B) | 85.34º | 0.66% | 0.69% | - |
| XYZ | 25.47 | 36.37 | 10.09 | - |
| YUV | 149.13 | 78.27 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 61 | 0.28 | 0 | 0.66 | 0.31 | 85.34 | 0.49 | 0.47 |
| Hex | 80 | B1 | 3D | 1C | 0 | 42 | 1F | 55 | 31 | 2F |
| Octal | 200 | 261 | 75 | 34 | 0 | 102 | 37 | 125 | 61 | 57 |
| Binary | 10000000 | 10110001 | 111101 | 11100 | 0 | 1000010 | 11111 | 1010101 | 110001 | 101111 |
Color Harmonies of #80B13D
Complementary color
Monochromatic Colors of #80B13D
Black with #80B13D
Text Example
Text Example
White with #80B13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B13D; }
p { color: rgb(128,177,61); }
H1.HeaderClassName
{
color: #80B13D;
}
.AnyTagClassName
{
color: #80B13D;
}
</style>
background-color css
<style>
a { background-color: #80B13D; }
a { background-color: rgb(128,177,61); }
div.DivClassName
{
background-color: #80B13D;
}
.BgClassName
{
background-color: #80B13D;
}
</style>
border-color css
<style>
span { border-color: #80B13D; }
span { border-color: rgb(128,177,61); }
td.TdClassName
{
border-color: #80B13D;
}
.TagClassName
{
border-color: #80B13D;
}
</style>