#9AB168

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

Shades of Olivine #9AB168

Tints of Olivine #9AB168

Color information

#9AB168 (or 0x9AB168) is unknown color: approx Olivine. HEX triplet: 9A, B1 and 68. RGB value is (154,177,104). Sum of RGB (Red+Green+Blue) = 154+177+104=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB168 is #654E97. Grayscale: #A2A2A2. Windows color (decimal): -6639256 or 6861210. OLE color: 6861210.

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

Color convert

RGB154177104-
CMYK0.1300.410.31
HSL78.9º31.88%55.1%-
HSV(B)78.9º41.24%69.41%-
XYZ31.5539.3119.02-
YUV161.895.38122.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.40%
GREEN value IS 177 (69.53% from 255) = 40.69%
BLUE value IS 104 (41.02% from 255) = 23.91%
R=35.40%
G=40.69%
B=23.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541771040.1300.410.3178.931.8855.1
Hex9AB168D0291F4f2037
Octal23226115015051371174067
Binary1001101010110001110100011010101001111111001111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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