#9AAD7F

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

Shades of Olivine #9AAD7F

Tints of Olivine #9AAD7F

Color information

#9AAD7F (or 0x9AAD7F) is unknown color: approx Olivine. HEX triplet: 9A, AD and 7F. RGB value is (154,173,127). Sum of RGB (Red+Green+Blue) = 154+173+127=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #9AAD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAD7F is #655280. Grayscale: #A2A2A2. Windows color (decimal): -6640257 or 8367514. OLE color: 8367514.

HSL color Cylindrical-coordinate representation of color #9AAD7F: hue angle of 84.78º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AAD7F is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB154173127-
CMYK0.1100.270.32
HSL84.78º21.9%58.82%-
HSV(B)84.78º26.59%67.84%-
XYZ32.138.2925.78-
YUV162.07108.21122.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.92%
GREEN value IS 173 (67.97% from 255) = 38.11%
BLUE value IS 127 (50% from 255) = 27.97%
R=33.92%
G=38.11%
B=27.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541731270.1100.270.3284.7821.958.82
Hex9AAD7FB01B2055163b
Octal23225517713033401252673
Binary100110101010110111111111011011011100000101010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,173,127); }

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

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

 a { background-color: rgb(154,173,127); }

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

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

 span { border-color: rgb(154,173,127); }

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