#9CB771

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

Shades of Olivine #9CB771

Tints of Olivine #9CB771

Color information

#9CB771 (or 0x9CB771) is unknown color: approx Olivine. HEX triplet: 9C, B7 and 71. RGB value is (156,183,113). Sum of RGB (Red+Green+Blue) = 156+183+113=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB771 is #63488E. Grayscale: #A7A7A7. Windows color (decimal): -6506639 or 7452572. OLE color: 7452572.

HSL color Cylindrical-coordinate representation of color #9CB771: hue angle of 83.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CB771 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB156183113-
CMYK0.1500.380.28
HSL83.14º32.71%58.04%-
HSV(B)83.14º38.25%71.76%-
XYZ33.6242.1321.98-
YUV166.9597.55120.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.51%
GREEN value IS 183 (71.88% from 255) = 40.49%
BLUE value IS 113 (44.53% from 255) = 25%
R=34.51%
G=40.49%
B=25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1561831130.1500.380.2883.1432.7158.04
Hex9CB771F0261C53213a
Octal23426716117046341234172
Binary1001110010110111111000111110100110111001010011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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