#9CAC7D

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

Shades of Olivine #9CAC7D

Tints of Olivine #9CAC7D

Color information

#9CAC7D (or 0x9CAC7D) is unknown color: approx Olivine. HEX triplet: 9C, AC and 7D. RGB value is (156,172,125). Sum of RGB (Red+Green+Blue) = 156+172+125=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC7D is #635382. Grayscale: #A2A2A2. Windows color (decimal): -6509443 or 8236188. OLE color: 8236188.

HSL color Cylindrical-coordinate representation of color #9CAC7D: hue angle of 80.43º 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 #9CAC7D is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB156172125-
CMYK0.0900.270.33
HSL80.43º22.07%58.24%-
HSV(B)80.43º27.33%67.45%-
XYZ32.1638.0525.05-
YUV161.86107.2123.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.44%
GREEN value IS 172 (67.58% from 255) = 37.97%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=34.44%
G=37.97%
B=27.59%

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
Decimal1561721250.0900.270.3380.4322.0758.24
Hex9CAC7D901B2150163a
Octal23425417511033411202672
Binary100111001010110011111011001011011100001101000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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