#9CB973

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

Shades of Olivine #9CB973

Tints of Olivine #9CB973

Color information

#9CB973 (or 0x9CB973) is unknown color: approx Olivine. HEX triplet: 9C, B9 and 73. RGB value is (156,185,115). Sum of RGB (Red+Green+Blue) = 156+185+115=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB973 is #63468C. Grayscale: #A8A8A8. Windows color (decimal): -6506125 or 7584156. OLE color: 7584156.

HSL color Cylindrical-coordinate representation of color #9CB973: hue angle of 84.86º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CB973 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB156185115-
CMYK0.1600.380.27
HSL84.86º33.33%58.82%-
HSV(B)84.86º37.84%72.55%-
XYZ34.154322.72-
YUV168.3597.89119.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.21%
GREEN value IS 185 (72.66% from 255) = 40.57%
BLUE value IS 115 (45.31% from 255) = 25.22%
R=34.21%
G=40.57%
B=25.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561851150.1600.380.2784.8633.3358.82
Hex9CB973100261B55213b
Octal23427116320046331254173
Binary10011100101110011110011100000100110110111010101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,185,115); }

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

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

 a { background-color: rgb(156,185,115); }

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

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

 span { border-color: rgb(156,185,115); }

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