Shades of Olivine #95C669
Tints of Olivine #95C669
RGB
CMYK
RGB Variations
Color information
#95C669 (or 0x95C669) is known color: Olivine. HEX triplet: 95, C6 and 69. RGB value is (149,198,105). Sum of RGB (Red+Green+Blue) = 149+198+105=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #95C669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C669 is #6A3996. Grayscale: #ADADAD. Windows color (decimal): -6961559 or 6932117. OLE color: 6932117.
HSL color Cylindrical-coordinate representation of color #95C669: hue angle of 91.61º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95C669 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 198 | 105 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.22 |
| HSL | 91.61º | 0.45% | 0.59% | - |
| HSV(B) | 91.61º | 0.47% | 0.78% | - |
| XYZ | 35.14 | 47.8 | 20.74 | - |
| YUV | 172.75 | 89.77 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 198 | 105 | 0.25 | 0 | 0.47 | 0.22 | 91.61 | 0.45 | 0.59 |
| Hex | 95 | C6 | 69 | 19 | 0 | 2F | 16 | 5C | 2D | 3B |
| Octal | 225 | 306 | 151 | 31 | 0 | 57 | 26 | 134 | 55 | 73 |
| Binary | 10010101 | 11000110 | 1101001 | 11001 | 0 | 101111 | 10110 | 1011100 | 101101 | 111011 |
Color Harmonies of #95C669
Complementary color
Monochromatic Colors of #95C669
Black with #95C669
Text Example
Text Example
White with #95C669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C669; }
p { color: rgb(149,198,105); }
H1.HeaderClassName
{
color: #95C669;
}
.AnyTagClassName
{
color: #95C669;
}
</style>
background-color css
<style>
a { background-color: #95C669; }
a { background-color: rgb(149,198,105); }
div.DivClassName
{
background-color: #95C669;
}
.BgClassName
{
background-color: #95C669;
}
</style>
border-color css
<style>
span { border-color: #95C669; }
span { border-color: rgb(149,198,105); }
td.TdClassName
{
border-color: #95C669;
}
.TagClassName
{
border-color: #95C669;
}
</style>