#9AB760

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

Shades of Olivine #9AB760

Tints of Olivine #9AB760

Color information

#9AB760 (or 0x9AB760) is unknown color: approx Olivine. HEX triplet: 9A, B7 and 60. RGB value is (154,183,96). Sum of RGB (Red+Green+Blue) = 154+183+96=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB760 is #65489F. Grayscale: #A4A4A4. Windows color (decimal): -6637728 or 6338458. OLE color: 6338458.

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

Color convert

RGB15418396-
CMYK0.1600.480.28
HSL80º37.66%54.71%-
HSV(B)80º47.54%71.76%-
XYZ32.3741.5817.39-
YUV164.4189.39120.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.57%
GREEN value IS 183 (71.88% from 255) = 42.26%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=35.57%
G=42.26%
B=22.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal154183960.1600.480.288037.6654.71
Hex9AB760100301C502637
Octal23226714020060341204667
Binary10011010101101111100000100000110000111001010000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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