#9BAC7A

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

Shades of Olivine #9BAC7A

Tints of Olivine #9BAC7A

Color information

#9BAC7A (or 0x9BAC7A) is unknown color: approx Olivine. HEX triplet: 9B, AC and 7A. RGB value is (155,172,122). Sum of RGB (Red+Green+Blue) = 155+172+122=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC7A is #645385. Grayscale: #A1A1A1. Windows color (decimal): -6574982 or 8039579. OLE color: 8039579.

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

Color convert

RGB155172122-
CMYK0.1000.290.33
HSL80.4º23.15%57.65%-
HSV(B)80.4º29.07%67.45%-
XYZ31.7837.8824.05-
YUV161.22105.87123.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.52%
GREEN value IS 172 (67.58% from 255) = 38.31%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=34.52%
G=38.31%
B=27.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551721220.1000.290.3380.423.1557.65
Hex9BAC7AA01D2150173a
Octal23325417212035411202772
Binary100110111010110011110101010011101100001101000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,172,122); }

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

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

 a { background-color: rgb(155,172,122); }

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

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

 span { border-color: rgb(155,172,122); }

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