#9CAC7E

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

Shades of Olivine #9CAC7E

Tints of Olivine #9CAC7E

Color information

#9CAC7E (or 0x9CAC7E) is unknown color: approx Olivine. HEX triplet: 9C, AC and 7E. RGB value is (156,172,126). Sum of RGB (Red+Green+Blue) = 156+172+126=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC7E is #635381. Grayscale: #A2A2A2. Windows color (decimal): -6509442 or 8301724. OLE color: 8301724.

HSL color Cylindrical-coordinate representation of color #9CAC7E: hue angle of 80.87º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CAC7E is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB156172126-
CMYK0.0900.270.33
HSL80.87º21.7%58.43%-
HSV(B)80.87º26.74%67.45%-
XYZ32.2338.0825.39-
YUV161.97107.7123.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.36%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 126 (49.61% from 255) = 27.75%
R=34.36%
G=37.89%
B=27.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561721260.0900.270.3380.8721.758.43
Hex9CAC7E901B2151163a
Octal23425417611033411212672
Binary100111001010110011111101001011011100001101000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,172,126); }

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

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

 a { background-color: rgb(156,172,126); }

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

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

 span { border-color: rgb(156,172,126); }

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