Shades of Oracle #30615F
Tints of Oracle #30615F
RGB
CMYK
RGB Variations
Color information
#30615F (or 0x30615F) is known color: Oracle. HEX triplet: 30, 61 and 5F. RGB value is (48,97,95). Sum of RGB (Red+Green+Blue) = 48+97+95=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #30615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30615F is #CF9EA0. Grayscale: #525252. Windows color (decimal): -13606561 or 6250800. OLE color: 6250800.
HSL color Cylindrical-coordinate representation of color #30615F: hue angle of 177.55º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30615F is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 97 | 95 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.62 |
| HSL | 177.55º | 0.34% | 0.28% | - |
| HSV(B) | 177.55º | 0.51% | 0.38% | - |
| XYZ | 7.56 | 10 | 12.36 | - |
| YUV | 82.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 95 | 0.51 | 0 | 0.02 | 0.62 | 177.55 | 0.34 | 0.28 |
| Hex | 30 | 61 | 5F | 33 | 0 | 2 | 3E | B2 | 22 | 1C |
| Octal | 60 | 141 | 137 | 63 | 0 | 2 | 76 | 262 | 42 | 34 |
| Binary | 110000 | 1100001 | 1011111 | 110011 | 0 | 10 | 111110 | 10110010 | 100010 | 11100 |
Color Harmonies of #30615F
Complementary color
Monochromatic Colors of #30615F
Black with #30615F
Text Example
Text Example
White with #30615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30615F; }
p { color: rgb(48,97,95); }
H1.HeaderClassName
{
color: #30615F;
}
.AnyTagClassName
{
color: #30615F;
}
</style>
background-color css
<style>
a { background-color: #30615F; }
a { background-color: rgb(48,97,95); }
div.DivClassName
{
background-color: #30615F;
}
.BgClassName
{
background-color: #30615F;
}
</style>
border-color css
<style>
span { border-color: #30615F; }
span { border-color: rgb(48,97,95); }
td.TdClassName
{
border-color: #30615F;
}
.TagClassName
{
border-color: #30615F;
}
</style>