Shades of Oracle #42605E
Tints of Oracle #42605E
RGB
CMYK
RGB Variations
Color information
#42605E (or 0x42605E) is known color: Oracle. HEX triplet: 42, 60 and 5E. RGB value is (66,96,94). Sum of RGB (Red+Green+Blue) = 66+96+94=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #42605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42605E is #BD9FA1. Grayscale: #565656. Windows color (decimal): -12427170 or 6185026. OLE color: 6185026.
HSL color Cylindrical-coordinate representation of color #42605E: hue angle of 176º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42605E is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 96 | 94 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.62 |
| HSL | 176º | 0.19% | 0.32% | - |
| HSV(B) | 176º | 0.31% | 0.38% | - |
| XYZ | 8.45 | 10.33 | 12.14 | - |
| YUV | 86.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 94 | 0.31 | 0 | 0.02 | 0.62 | 176 | 0.19 | 0.32 |
| Hex | 42 | 60 | 5E | 1F | 0 | 2 | 3E | B0 | 13 | 20 |
| Octal | 102 | 140 | 136 | 37 | 0 | 2 | 76 | 260 | 23 | 40 |
| Binary | 1000010 | 1100000 | 1011110 | 11111 | 0 | 10 | 111110 | 10110000 | 10011 | 100000 |
Color Harmonies of #42605E
Complementary color
Monochromatic Colors of #42605E
Black with #42605E
Text Example
Text Example
White with #42605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42605E; }
p { color: rgb(66,96,94); }
H1.HeaderClassName
{
color: #42605E;
}
.AnyTagClassName
{
color: #42605E;
}
</style>
background-color css
<style>
a { background-color: #42605E; }
a { background-color: rgb(66,96,94); }
div.DivClassName
{
background-color: #42605E;
}
.BgClassName
{
background-color: #42605E;
}
</style>
border-color css
<style>
span { border-color: #42605E; }
span { border-color: rgb(66,96,94); }
td.TdClassName
{
border-color: #42605E;
}
.TagClassName
{
border-color: #42605E;
}
</style>