Shades of Java #279796
Tints of Java #279796
RGB
CMYK
RGB Variations
Color information
#279796 (or 0x279796) is known color: Java. HEX triplet: 27, 97 and 96. RGB value is (39,151,150). Sum of RGB (Red+Green+Blue) = 39+151+150=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 151 - color contains mainly: green. Hex color #279796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279796 is #D86869. Grayscale: #757575. Windows color (decimal): -14182506 or 9869095. OLE color: 9869095.
HSL color Cylindrical-coordinate representation of color #279796: hue angle of 179.46º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #279796 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 151 | 150 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.41 |
| HSL | 179.46º | 0.59% | 0.37% | - |
| HSV(B) | 179.46º | 0.74% | 0.59% | - |
| XYZ | 17.41 | 24.77 | 32.72 | - |
| YUV | 117.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 151 | 150 | 0.74 | 0 | 0.01 | 0.41 | 179.46 | 0.59 | 0.37 |
| Hex | 27 | 97 | 96 | 4A | 0 | 1 | 29 | B3 | 3B | 25 |
| Octal | 47 | 227 | 226 | 112 | 0 | 1 | 51 | 263 | 73 | 45 |
| Binary | 100111 | 10010111 | 10010110 | 1001010 | 0 | 1 | 101001 | 10110011 | 111011 | 100101 |
Color Harmonies of #279796
Complementary color
Monochromatic Colors of #279796
Black with #279796
Text Example
Text Example
White with #279796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279796; }
p { color: rgb(39,151,150); }
H1.HeaderClassName
{
color: #279796;
}
.AnyTagClassName
{
color: #279796;
}
</style>
background-color css
<style>
a { background-color: #279796; }
a { background-color: rgb(39,151,150); }
div.DivClassName
{
background-color: #279796;
}
.BgClassName
{
background-color: #279796;
}
</style>
border-color css
<style>
span { border-color: #279796; }
span { border-color: rgb(39,151,150); }
td.TdClassName
{
border-color: #279796;
}
.TagClassName
{
border-color: #279796;
}
</style>