Shades of Olivine #95C665
Tints of Olivine #95C665
RGB
CMYK
RGB Variations
Color information
#95C665 (or 0x95C665) is known color: Olivine. HEX triplet: 95, C6 and 65. RGB value is (149,198,101). Sum of RGB (Red+Green+Blue) = 149+198+101=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 198 - color contains mainly: green. Hex color #95C665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C665 is #6A399A. Grayscale: #ACACAC. Windows color (decimal): -6961563 or 6669973. OLE color: 6669973.
HSL color Cylindrical-coordinate representation of color #95C665: hue angle of 90.31º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95C665 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 198 | 101 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.22 |
| HSL | 90.31º | 0.46% | 0.59% | - |
| HSV(B) | 90.31º | 0.49% | 0.78% | - |
| XYZ | 34.94 | 47.72 | 19.68 | - |
| YUV | 172.29 | 87.77 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 198 | 101 | 0.25 | 0 | 0.49 | 0.22 | 90.31 | 0.46 | 0.59 |
| Hex | 95 | C6 | 65 | 19 | 0 | 31 | 16 | 5A | 2E | 3B |
| Octal | 225 | 306 | 145 | 31 | 0 | 61 | 26 | 132 | 56 | 73 |
| Binary | 10010101 | 11000110 | 1100101 | 11001 | 0 | 110001 | 10110 | 1011010 | 101110 | 111011 |
Color Harmonies of #95C665
Complementary color
Monochromatic Colors of #95C665
Black with #95C665
Text Example
Text Example
White with #95C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C665; }
p { color: rgb(149,198,101); }
H1.HeaderClassName
{
color: #95C665;
}
.AnyTagClassName
{
color: #95C665;
}
</style>
background-color css
<style>
a { background-color: #95C665; }
a { background-color: rgb(149,198,101); }
div.DivClassName
{
background-color: #95C665;
}
.BgClassName
{
background-color: #95C665;
}
</style>
border-color css
<style>
span { border-color: #95C665; }
span { border-color: rgb(149,198,101); }
td.TdClassName
{
border-color: #95C665;
}
.TagClassName
{
border-color: #95C665;
}
</style>