Shades of Olivine #95BF6C
Tints of Olivine #95BF6C
RGB
CMYK
RGB Variations
Color information
#95BF6C (or 0x95BF6C) is known color: Olivine. HEX triplet: 95, BF and 6C. RGB value is (149,191,108). Sum of RGB (Red+Green+Blue) = 149+191+108=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BF6C is #6A4093. Grayscale: #A9A9A9. Windows color (decimal): -6963348 or 7126933. OLE color: 7126933.
HSL color Cylindrical-coordinate representation of color #95BF6C: hue angle of 90.36º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95BF6C is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 191 | 108 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.25 |
| HSL | 90.36º | 0.39% | 0.59% | - |
| HSV(B) | 90.36º | 0.43% | 0.75% | - |
| XYZ | 33.73 | 44.73 | 21.04 | - |
| YUV | 168.98 | 93.59 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 191 | 108 | 0.22 | 0 | 0.43 | 0.25 | 90.36 | 0.39 | 0.59 |
| Hex | 95 | BF | 6C | 16 | 0 | 2B | 19 | 5A | 27 | 3B |
| Octal | 225 | 277 | 154 | 26 | 0 | 53 | 31 | 132 | 47 | 73 |
| Binary | 10010101 | 10111111 | 1101100 | 10110 | 0 | 101011 | 11001 | 1011010 | 100111 | 111011 |
Color Harmonies of #95BF6C
Complementary color
Monochromatic Colors of #95BF6C
Black with #95BF6C
Text Example
Text Example
White with #95BF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BF6C; }
p { color: rgb(149,191,108); }
H1.HeaderClassName
{
color: #95BF6C;
}
.AnyTagClassName
{
color: #95BF6C;
}
</style>
background-color css
<style>
a { background-color: #95BF6C; }
a { background-color: rgb(149,191,108); }
div.DivClassName
{
background-color: #95BF6C;
}
.BgClassName
{
background-color: #95BF6C;
}
</style>
border-color css
<style>
span { border-color: #95BF6C; }
span { border-color: rgb(149,191,108); }
td.TdClassName
{
border-color: #95BF6C;
}
.TagClassName
{
border-color: #95BF6C;
}
</style>