#9AB764

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

Shades of Olivine #9AB764

Tints of Olivine #9AB764

Color information

#9AB764 (or 0x9AB764) is unknown color: approx Olivine. HEX triplet: 9A, B7 and 64. RGB value is (154,183,100). Sum of RGB (Red+Green+Blue) = 154+183+100=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB764 is #65489B. Grayscale: #A5A5A5. Windows color (decimal): -6637724 or 6600602. OLE color: 6600602.

HSL color Cylindrical-coordinate representation of color #9AB764: hue angle of 80.96º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AB764 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB154183100-
CMYK0.1600.450.28
HSL80.96º36.56%55.49%-
HSV(B)80.96º45.36%71.76%-
XYZ32.5641.6618.38-
YUV164.8791.39120.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.24%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 100 (39.45% from 255) = 22.88%
R=35.24%
G=41.88%
B=22.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1541831000.1600.450.2880.9636.5655.49
Hex9AB7641002D1C512537
Octal23226714420055341214567
Binary10011010101101111100100100000101101111001010001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,183,100); }

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

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

 a { background-color: rgb(154,183,100); }

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

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

 span { border-color: rgb(154,183,100); }

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