#9ACB71

Color #9ACB71 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9ACB71

Tints of Olivine #9ACB71

Color information

#9ACB71 (or 0x9ACB71) is unknown color: approx Olivine. HEX triplet: 9A, CB and 71. RGB value is (154,203,113). Sum of RGB (Red+Green+Blue) = 154+203+113=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACB71 is #65348E. Grayscale: #B2B2B2. Windows color (decimal): -6632591 or 7457690. OLE color: 7457690.

HSL color Cylindrical-coordinate representation of color #9ACB71: hue angle of 92.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ACB71 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB154203113-
CMYK0.2400.440.20
HSL92.67º46.39%61.96%-
HSV(B)92.67º44.33%79.61%-
XYZ37.6650.7723.44-
YUV178.0991.27110.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 32.77%
GREEN value IS 203 (79.69% from 255) = 43.19%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=32.77%
G=43.19%
B=24.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542031130.2400.440.2092.6746.3961.96
Hex9ACB711802C145d2e3e
Octal23231316130054241355676
Binary10011010110010111110001110000101100101001011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACB71; }

 p { color: rgb(154,203,113); }

 H1.HeaderClassName
 {
   color: #9ACB71;
 }
 .AnyTagClassName
 {
   color: #9ACB71;
 }
</style>
background-color css

<style>
 a { background-color: #9ACB71; }

 a { background-color: rgb(154,203,113); }

 div.DivClassName
 {
   background-color: #9ACB71;
 }
 .BgClassName
 {
   background-color: #9ACB71;
 }
</style>
border-color css

<style>
 span { border-color: #9ACB71; }

 span { border-color: rgb(154,203,113); }

 td.TdClassName
 {
   border-color: #9ACB71;
 }
 .TagClassName
 {
   border-color: #9ACB71;
 }
</style>