Shades of Olivine #95B67D
Tints of Olivine #95B67D
RGB
CMYK
RGB Variations
Color information
#95B67D (or 0x95B67D) is known color: Olivine. HEX triplet: 95, B6 and 7D. RGB value is (149,182,125). Sum of RGB (Red+Green+Blue) = 149+182+125=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #95B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B67D is #6A4982. Grayscale: #A5A5A5. Windows color (decimal): -6965635 or 8238741. OLE color: 8238741.
HSL color Cylindrical-coordinate representation of color #95B67D: hue angle of 94.74º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95B67D is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 182 | 125 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.29 |
| HSL | 94.74º | 0.28% | 0.6% | - |
| HSV(B) | 94.74º | 0.31% | 0.71% | - |
| XYZ | 32.82 | 41.33 | 25.65 | - |
| YUV | 165.64 | 105.07 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 182 | 125 | 0.18 | 0 | 0.31 | 0.29 | 94.74 | 0.28 | 0.6 |
| Hex | 95 | B6 | 7D | 12 | 0 | 1F | 1D | 5F | 1C | 3C |
| Octal | 225 | 266 | 175 | 22 | 0 | 37 | 35 | 137 | 34 | 74 |
| Binary | 10010101 | 10110110 | 1111101 | 10010 | 0 | 11111 | 11101 | 1011111 | 11100 | 111100 |
Color Harmonies of #95B67D
Complementary color
Monochromatic Colors of #95B67D
Black with #95B67D
Text Example
Text Example
White with #95B67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B67D; }
p { color: rgb(149,182,125); }
H1.HeaderClassName
{
color: #95B67D;
}
.AnyTagClassName
{
color: #95B67D;
}
</style>
background-color css
<style>
a { background-color: #95B67D; }
a { background-color: rgb(149,182,125); }
div.DivClassName
{
background-color: #95B67D;
}
.BgClassName
{
background-color: #95B67D;
}
</style>
border-color css
<style>
span { border-color: #95B67D; }
span { border-color: rgb(149,182,125); }
td.TdClassName
{
border-color: #95B67D;
}
.TagClassName
{
border-color: #95B67D;
}
</style>