Shades of Corn Harvest #977A30
Tints of Corn Harvest #977A30
RGB
CMYK
RGB Variations
Color information
#977A30 (or 0x977A30) is known color: Corn Harvest. HEX triplet: 97, 7A and 30. RGB value is (151,122,48). Sum of RGB (Red+Green+Blue) = 151+122+48=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #977A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977A30 is #6885CF. Grayscale: #7A7A7A. Windows color (decimal): -6850000 or 3177111. OLE color: 3177111.
HSL color Cylindrical-coordinate representation of color #977A30: hue angle of 43.11º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #977A30 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 48 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.41 |
| HSL | 43.11º | 0.52% | 0.39% | - |
| HSV(B) | 43.11º | 0.68% | 0.59% | - |
| XYZ | 20.26 | 20.71 | 5.73 | - |
| YUV | 122.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 48 | 0 | 0.19 | 0.68 | 0.41 | 43.11 | 0.52 | 0.39 |
| Hex | 97 | 7A | 30 | 0 | 13 | 44 | 29 | 2B | 34 | 27 |
| Octal | 227 | 172 | 60 | 0 | 23 | 104 | 51 | 53 | 64 | 47 |
| Binary | 10010111 | 1111010 | 110000 | 0 | 10011 | 1000100 | 101001 | 101011 | 110100 | 100111 |
Color Harmonies of #977A30
Complementary color
Monochromatic Colors of #977A30
Black with #977A30
Text Example
Text Example
White with #977A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A30; }
p { color: rgb(151,122,48); }
H1.HeaderClassName
{
color: #977A30;
}
.AnyTagClassName
{
color: #977A30;
}
</style>
background-color css
<style>
a { background-color: #977A30; }
a { background-color: rgb(151,122,48); }
div.DivClassName
{
background-color: #977A30;
}
.BgClassName
{
background-color: #977A30;
}
</style>
border-color css
<style>
span { border-color: #977A30; }
span { border-color: rgb(151,122,48); }
td.TdClassName
{
border-color: #977A30;
}
.TagClassName
{
border-color: #977A30;
}
</style>