#9CB671

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

Shades of Olivine #9CB671

Tints of Olivine #9CB671

Color information

#9CB671 (or 0x9CB671) is unknown color: approx Olivine. HEX triplet: 9C, B6 and 71. RGB value is (156,182,113). Sum of RGB (Red+Green+Blue) = 156+182+113=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB671 is #63498E. Grayscale: #A6A6A6. Windows color (decimal): -6506895 or 7452316. OLE color: 7452316.

HSL color Cylindrical-coordinate representation of color #9CB671: hue angle of 82.61º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CB671 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB156182113-
CMYK0.1400.380.29
HSL82.61º32.09%57.84%-
HSV(B)82.61º37.91%71.37%-
XYZ33.4241.7221.91-
YUV166.3697.89120.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.59%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=34.59%
G=40.35%
B=25.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561821130.1400.380.2982.6132.0957.84
Hex9CB671E0261D53203a
Octal23426616116046351234072
Binary1001110010110110111000111100100110111011010011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,182,113); }

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

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

 a { background-color: rgb(156,182,113); }

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

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

 span { border-color: rgb(156,182,113); }

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