Shades of Olivine #9ACF6C
Tints of Olivine #9ACF6C
RGB
CMYK
RGB Variations
Color information
#9ACF6C (or 0x9ACF6C) is known color: Olivine. HEX triplet: 9A, CF and 6C. RGB value is (154,207,108). Sum of RGB (Red+Green+Blue) = 154+207+108=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF6C is #653093. Grayscale: #B4B4B4. Windows color (decimal): -6631572 or 7131034. OLE color: 7131034.
HSL color Cylindrical-coordinate representation of color #9ACF6C: hue angle of 92.12º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9ACF6C is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 108 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.19 |
| HSL | 92.12º | 0.51% | 0.62% | - |
| HSV(B) | 92.12º | 0.48% | 0.81% | - |
| XYZ | 38.35 | 52.58 | 22.31 | - |
| YUV | 179.87 | 87.44 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 108 | 0.26 | 0 | 0.48 | 0.19 | 92.12 | 0.51 | 0.62 |
| Hex | 9A | CF | 6C | 1A | 0 | 30 | 13 | 5C | 33 | 3E |
| Octal | 232 | 317 | 154 | 32 | 0 | 60 | 23 | 134 | 63 | 76 |
| Binary | 10011010 | 11001111 | 1101100 | 11010 | 0 | 110000 | 10011 | 1011100 | 110011 | 111110 |
Color Harmonies of #9ACF6C
Complementary color
Monochromatic Colors of #9ACF6C
Black with #9ACF6C
Text Example
Text Example
White with #9ACF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF6C; }
p { color: rgb(154,207,108); }
H1.HeaderClassName
{
color: #9ACF6C;
}
.AnyTagClassName
{
color: #9ACF6C;
}
</style>
background-color css
<style>
a { background-color: #9ACF6C; }
a { background-color: rgb(154,207,108); }
div.DivClassName
{
background-color: #9ACF6C;
}
.BgClassName
{
background-color: #9ACF6C;
}
</style>
border-color css
<style>
span { border-color: #9ACF6C; }
span { border-color: rgb(154,207,108); }
td.TdClassName
{
border-color: #9ACF6C;
}
.TagClassName
{
border-color: #9ACF6C;
}
</style>