#9AB768

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

Shades of Olivine #9AB768

Tints of Olivine #9AB768

Color information

#9AB768 (or 0x9AB768) is unknown color: approx Olivine. HEX triplet: 9A, B7 and 68. RGB value is (154,183,104). Sum of RGB (Red+Green+Blue) = 154+183+104=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB768 is #654897. Grayscale: #A5A5A5. Windows color (decimal): -6637720 or 6862746. OLE color: 6862746.

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

Color convert

RGB154183104-
CMYK0.1600.430.28
HSL82.03º35.43%56.27%-
HSV(B)82.03º43.17%71.76%-
XYZ32.7641.7419.43-
YUV165.3293.39119.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.92%
GREEN value IS 183 (71.88% from 255) = 41.50%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=34.92%
G=41.50%
B=23.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1541831040.1600.430.2882.0335.4356.27
Hex9AB7681002B1C522338
Octal23226715020053341224370
Binary10011010101101111101000100000101011111001010010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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