Shades of Olivine #9ACF68
Tints of Olivine #9ACF68
RGB
CMYK
RGB Variations
Color information
#9ACF68 (or 0x9ACF68) is known color: Olivine. HEX triplet: 9A, CF and 68. RGB value is (154,207,104). Sum of RGB (Red+Green+Blue) = 154+207+104=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF68 is #653097. Grayscale: #B3B3B3. Windows color (decimal): -6631576 or 6868890. OLE color: 6868890.
HSL color Cylindrical-coordinate representation of color #9ACF68: hue angle of 90.87º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ACF68 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 104 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.19 |
| HSL | 90.87º | 0.52% | 0.61% | - |
| HSV(B) | 90.87º | 0.5% | 0.81% | - |
| XYZ | 38.14 | 52.5 | 21.22 | - |
| YUV | 179.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 104 | 0.26 | 0 | 0.50 | 0.19 | 90.87 | 0.52 | 0.61 |
| Hex | 9A | CF | 68 | 1A | 0 | 32 | 13 | 5B | 34 | 3D |
| Octal | 232 | 317 | 150 | 32 | 0 | 62 | 23 | 133 | 64 | 75 |
| Binary | 10011010 | 11001111 | 1101000 | 11010 | 0 | 110010 | 10011 | 1011011 | 110100 | 111101 |
Color Harmonies of #9ACF68
Complementary color
Monochromatic Colors of #9ACF68
Black with #9ACF68
Text Example
Text Example
White with #9ACF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF68; }
p { color: rgb(154,207,104); }
H1.HeaderClassName
{
color: #9ACF68;
}
.AnyTagClassName
{
color: #9ACF68;
}
</style>
background-color css
<style>
a { background-color: #9ACF68; }
a { background-color: rgb(154,207,104); }
div.DivClassName
{
background-color: #9ACF68;
}
.BgClassName
{
background-color: #9ACF68;
}
</style>
border-color css
<style>
span { border-color: #9ACF68; }
span { border-color: rgb(154,207,104); }
td.TdClassName
{
border-color: #9ACF68;
}
.TagClassName
{
border-color: #9ACF68;
}
</style>