#9AB06B

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

Shades of Olivine #9AB06B

Tints of Olivine #9AB06B

Color information

#9AB06B (or 0x9AB06B) is unknown color: approx Olivine. HEX triplet: 9A, B0 and 6B. RGB value is (154,176,107). Sum of RGB (Red+Green+Blue) = 154+176+107=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB06B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB06B is #654F94. Grayscale: #A1A1A1. Windows color (decimal): -6639509 or 7057562. OLE color: 7057562.

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

Color convert

RGB154176107-
CMYK0.1200.390.31
HSL79.13º30.4%55.49%-
HSV(B)79.13º39.2%69.02%-
XYZ31.5138.9819.77-
YUV161.5697.21122.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.24%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 107 (42.19% from 255) = 24.49%
R=35.24%
G=40.27%
B=24.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541761070.1200.390.3179.1330.455.49
Hex9AB06BC0271F4f1e37
Octal23226015314047371173667
Binary100110101011000011010111100010011111111100111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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