#9ABB7F

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

Shades of Olivine #9ABB7F

Tints of Olivine #9ABB7F

Color information

#9ABB7F (or 0x9ABB7F) is unknown color: approx Olivine. HEX triplet: 9A, BB and 7F. RGB value is (154,187,127). Sum of RGB (Red+Green+Blue) = 154+187+127=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABB7F is #654480. Grayscale: #AAAAAA. Windows color (decimal): -6636673 or 8371098. OLE color: 8371098.

HSL color Cylindrical-coordinate representation of color #9ABB7F: hue angle of 93º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ABB7F is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB154187127-
CMYK0.1800.320.27
HSL93º30.61%61.57%-
HSV(B)93º32.09%73.33%-
XYZ34.9343.9426.72-
YUV170.29103.57116.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 127 (50% from 255) = 27.14%
R=32.91%
G=39.96%
B=27.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541871270.1800.320.279330.6161.57
Hex9ABB7F120201B5d1f3e
Octal23227317722040331353776
Binary1001101010111011111111110010010000011011101110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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