Shades of Oracle #3C615C
Tints of Oracle #3C615C
RGB
CMYK
RGB Variations
Color information
#3C615C (or 0x3C615C) is known color: Oracle. HEX triplet: 3C, 61 and 5C. RGB value is (60,97,92). Sum of RGB (Red+Green+Blue) = 60+97+92=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #3C615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C615C is #C39EA3. Grayscale: #555555. Windows color (decimal): -12820132 or 6054204. OLE color: 6054204.
HSL color Cylindrical-coordinate representation of color #3C615C: hue angle of 171.89º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C615C is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 97 | 92 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.62 |
| HSL | 171.89º | 0.24% | 0.31% | - |
| HSV(B) | 171.89º | 0.38% | 0.38% | - |
| XYZ | 8.07 | 10.28 | 11.68 | - |
| YUV | 85.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 92 | 0.38 | 0 | 0.05 | 0.62 | 171.89 | 0.24 | 0.31 |
| Hex | 3C | 61 | 5C | 26 | 0 | 5 | 3E | AC | 18 | 1F |
| Octal | 74 | 141 | 134 | 46 | 0 | 5 | 76 | 254 | 30 | 37 |
| Binary | 111100 | 1100001 | 1011100 | 100110 | 0 | 101 | 111110 | 10101100 | 11000 | 11111 |
Color Harmonies of #3C615C
Complementary color
Monochromatic Colors of #3C615C
Black with #3C615C
Text Example
Text Example
White with #3C615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C615C; }
p { color: rgb(60,97,92); }
H1.HeaderClassName
{
color: #3C615C;
}
.AnyTagClassName
{
color: #3C615C;
}
</style>
background-color css
<style>
a { background-color: #3C615C; }
a { background-color: rgb(60,97,92); }
div.DivClassName
{
background-color: #3C615C;
}
.BgClassName
{
background-color: #3C615C;
}
</style>
border-color css
<style>
span { border-color: #3C615C; }
span { border-color: rgb(60,97,92); }
td.TdClassName
{
border-color: #3C615C;
}
.TagClassName
{
border-color: #3C615C;
}
</style>