#9AB17A

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

Shades of Olivine #9AB17A

Tints of Olivine #9AB17A

Color information

#9AB17A (or 0x9AB17A) is unknown color: approx Olivine. HEX triplet: 9A, B1 and 7A. RGB value is (154,177,122). Sum of RGB (Red+Green+Blue) = 154+177+122=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB17A is #654E85. Grayscale: #A4A4A4. Windows color (decimal): -6639238 or 8040858. OLE color: 8040858.

HSL color Cylindrical-coordinate representation of color #9AB17A: hue angle of 85.09º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AB17A is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB154177122-
CMYK0.1300.310.31
HSL85.09º26.07%58.63%-
HSV(B)85.09º31.07%69.41%-
XYZ32.5639.7224.36-
YUV163.85104.38120.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.00%
GREEN value IS 177 (69.53% from 255) = 39.07%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=34.00%
G=39.07%
B=26.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541771220.1300.310.3185.0926.0758.63
Hex9AB17AD01F1F551a3b
Octal23226117215037371253273
Binary10011010101100011111010110101111111111101010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,177,122); }

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

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

 a { background-color: rgb(154,177,122); }

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

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

 span { border-color: rgb(154,177,122); }

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