Shades of Olivine #96B27A
Tints of Olivine #96B27A
RGB
CMYK
RGB Variations
Color information
#96B27A (or 0x96B27A) is known color: Olivine. HEX triplet: 96, B2 and 7A. RGB value is (150,178,122). Sum of RGB (Red+Green+Blue) = 150+178+122=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 178 - color contains mainly: green. Hex color #96B27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B27A is #694D85. Grayscale: #A3A3A3. Windows color (decimal): -6901126 or 8041110. OLE color: 8041110.
HSL color Cylindrical-coordinate representation of color #96B27A: hue angle of 90º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96B27A is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 178 | 122 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.30 |
| HSL | 90º | 0.27% | 0.59% | - |
| HSV(B) | 90º | 0.31% | 0.7% | - |
| XYZ | 32.01 | 39.73 | 24.39 | - |
| YUV | 163.24 | 104.72 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 178 | 122 | 0.16 | 0 | 0.31 | 0.30 | 90 | 0.27 | 0.59 |
| Hex | 96 | B2 | 7A | 10 | 0 | 1F | 1E | 5A | 1B | 3B |
| Octal | 226 | 262 | 172 | 20 | 0 | 37 | 36 | 132 | 33 | 73 |
| Binary | 10010110 | 10110010 | 1111010 | 10000 | 0 | 11111 | 11110 | 1011010 | 11011 | 111011 |
Color Harmonies of #96B27A
Complementary color
Monochromatic Colors of #96B27A
Black with #96B27A
Text Example
Text Example
White with #96B27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B27A; }
p { color: rgb(150,178,122); }
H1.HeaderClassName
{
color: #96B27A;
}
.AnyTagClassName
{
color: #96B27A;
}
</style>
background-color css
<style>
a { background-color: #96B27A; }
a { background-color: rgb(150,178,122); }
div.DivClassName
{
background-color: #96B27A;
}
.BgClassName
{
background-color: #96B27A;
}
</style>
border-color css
<style>
span { border-color: #96B27A; }
span { border-color: rgb(150,178,122); }
td.TdClassName
{
border-color: #96B27A;
}
.TagClassName
{
border-color: #96B27A;
}
</style>