Shades of Reef Gold #9F9034
Tints of Reef Gold #9F9034
RGB
CMYK
RGB Variations
Color information
#9F9034 (or 0x9F9034) is known color: Reef Gold. HEX triplet: 9F, 90 and 34. RGB value is (159,144,52). Sum of RGB (Red+Green+Blue) = 159+144+52=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9034 is #606FCB. Grayscale: #8A8A8A. Windows color (decimal): -6320076 or 3444895. OLE color: 3444895.
HSL color Cylindrical-coordinate representation of color #9F9034: hue angle of 51.59º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F9034 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 52 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.38 |
| HSL | 51.59º | 0.51% | 0.41% | - |
| HSV(B) | 51.59º | 0.67% | 0.62% | - |
| XYZ | 24.89 | 27.57 | 7.26 | - |
| YUV | 138 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 52 | 0 | 0.09 | 0.67 | 0.38 | 51.59 | 0.51 | 0.41 |
| Hex | 9F | 90 | 34 | 0 | 9 | 43 | 26 | 34 | 33 | 29 |
| Octal | 237 | 220 | 64 | 0 | 11 | 103 | 46 | 64 | 63 | 51 |
| Binary | 10011111 | 10010000 | 110100 | 0 | 1001 | 1000011 | 100110 | 110100 | 110011 | 101001 |
Color Harmonies of #9F9034
Complementary color
Monochromatic Colors of #9F9034
Black with #9F9034
Text Example
Text Example
White with #9F9034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9034; }
p { color: rgb(159,144,52); }
H1.HeaderClassName
{
color: #9F9034;
}
.AnyTagClassName
{
color: #9F9034;
}
</style>
background-color css
<style>
a { background-color: #9F9034; }
a { background-color: rgb(159,144,52); }
div.DivClassName
{
background-color: #9F9034;
}
.BgClassName
{
background-color: #9F9034;
}
</style>
border-color css
<style>
span { border-color: #9F9034; }
span { border-color: rgb(159,144,52); }
td.TdClassName
{
border-color: #9F9034;
}
.TagClassName
{
border-color: #9F9034;
}
</style>