#9AB67B

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

Shades of Olivine #9AB67B

Tints of Olivine #9AB67B

Color information

#9AB67B (or 0x9AB67B) is unknown color: approx Olivine. HEX triplet: 9A, B6 and 7B. RGB value is (154,182,123). Sum of RGB (Red+Green+Blue) = 154+182+123=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB67B is #654984. Grayscale: #A7A7A7. Windows color (decimal): -6637957 or 8107674. OLE color: 8107674.

HSL color Cylindrical-coordinate representation of color #9AB67B: hue angle of 88.47º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AB67B is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB154182123-
CMYK0.1500.320.29
HSL88.47º28.78%59.8%-
HSV(B)88.47º32.42%71.37%-
XYZ33.6341.7625.03-
YUV166.9103.22118.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.55%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 123 (48.44% from 255) = 26.80%
R=33.55%
G=39.65%
B=26.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541821230.1500.320.2988.4728.7859.8
Hex9AB67BF0201D581d3c
Octal23226617317040351303574
Binary100110101011011011110111111010000011101101100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,182,123); }

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

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

 a { background-color: rgb(154,182,123); }

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

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

 span { border-color: rgb(154,182,123); }

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