#9AB06F

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

Shades of Olivine #9AB06F

Tints of Olivine #9AB06F

Color information

#9AB06F (or 0x9AB06F) is unknown color: approx Olivine. HEX triplet: 9A, B0 and 6F. RGB value is (154,176,111). Sum of RGB (Red+Green+Blue) = 154+176+111=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB06F is #654F90. Grayscale: #A2A2A2. Windows color (decimal): -6639505 or 7319706. OLE color: 7319706.

HSL color Cylindrical-coordinate representation of color #9AB06F: hue angle of 80.31º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AB06F is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB154176111-
CMYK0.1200.370.31
HSL80.31º29.15%56.27%-
HSV(B)80.31º36.93%69.02%-
XYZ31.7239.0720.91-
YUV162.0199.21122.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.92%
GREEN value IS 176 (69.14% from 255) = 39.91%
BLUE value IS 111 (43.75% from 255) = 25.17%
R=34.92%
G=39.91%
B=25.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541761110.1200.370.3180.3129.1556.27
Hex9AB06FC0251F501d38
Octal23226015714045371203570
Binary100110101011000011011111100010010111111101000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,176,111); }

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

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

 a { background-color: rgb(154,176,111); }

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

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

 span { border-color: rgb(154,176,111); }

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