Shades of Oracle #376160
Tints of Oracle #376160
RGB
CMYK
RGB Variations
Color information
#376160 (or 0x376160) is known color: Oracle. HEX triplet: 37, 61 and 60. RGB value is (55,97,96). Sum of RGB (Red+Green+Blue) = 55+97+96=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #376160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376160 is #C89E9F. Grayscale: #545454. Windows color (decimal): -13147808 or 6316343. OLE color: 6316343.
HSL color Cylindrical-coordinate representation of color #376160: hue angle of 178.57º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #376160 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 97 | 96 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.62 |
| HSL | 178.57º | 0.28% | 0.3% | - |
| HSV(B) | 178.57º | 0.43% | 0.38% | - |
| XYZ | 7.96 | 10.21 | 12.62 | - |
| YUV | 84.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 97 | 96 | 0.43 | 0 | 0.01 | 0.62 | 178.57 | 0.28 | 0.3 |
| Hex | 37 | 61 | 60 | 2B | 0 | 1 | 3E | B3 | 1C | 1E |
| Octal | 67 | 141 | 140 | 53 | 0 | 1 | 76 | 263 | 34 | 36 |
| Binary | 110111 | 1100001 | 1100000 | 101011 | 0 | 1 | 111110 | 10110011 | 11100 | 11110 |
Color Harmonies of #376160
Complementary color
Monochromatic Colors of #376160
Black with #376160
Text Example
Text Example
White with #376160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376160; }
p { color: rgb(55,97,96); }
H1.HeaderClassName
{
color: #376160;
}
.AnyTagClassName
{
color: #376160;
}
</style>
background-color css
<style>
a { background-color: #376160; }
a { background-color: rgb(55,97,96); }
div.DivClassName
{
background-color: #376160;
}
.BgClassName
{
background-color: #376160;
}
</style>
border-color css
<style>
span { border-color: #376160; }
span { border-color: rgb(55,97,96); }
td.TdClassName
{
border-color: #376160;
}
.TagClassName
{
border-color: #376160;
}
</style>