#9AB369

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

Shades of Olivine #9AB369

Tints of Olivine #9AB369

Color information

#9AB369 (or 0x9AB369) is unknown color: approx Olivine. HEX triplet: 9A, B3 and 69. RGB value is (154,179,105). Sum of RGB (Red+Green+Blue) = 154+179+105=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB369 is #654C96. Grayscale: #A3A3A3. Windows color (decimal): -6638743 or 6927258. OLE color: 6927258.

HSL color Cylindrical-coordinate representation of color #9AB369: hue angle of 80.27º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AB369 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB154179105-
CMYK0.1400.410.30
HSL80.27º32.74%55.69%-
HSV(B)80.27º41.34%70.2%-
XYZ3240.1319.42-
YUV163.0995.22121.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.16%
GREEN value IS 179 (70.31% from 255) = 40.87%
BLUE value IS 105 (41.41% from 255) = 23.97%
R=35.16%
G=40.87%
B=23.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541791050.1400.410.3080.2732.7455.69
Hex9AB369E0291E502138
Octal23226315116051361204170
Binary1001101010110011110100111100101001111101010000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,179,105); }

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

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

 a { background-color: rgb(154,179,105); }

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

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

 span { border-color: rgb(154,179,105); }

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