#9ABB6B

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

Shades of Olivine #9ABB6B

Tints of Olivine #9ABB6B

Color information

#9ABB6B (or 0x9ABB6B) is unknown color: approx Olivine. HEX triplet: 9A, BB and 6B. RGB value is (154,187,107). Sum of RGB (Red+Green+Blue) = 154+187+107=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABB6B is #654494. Grayscale: #A8A8A8. Windows color (decimal): -6636693 or 7060378. OLE color: 7060378.

HSL color Cylindrical-coordinate representation of color #9ABB6B: hue angle of 84.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9ABB6B is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB154187107-
CMYK0.1800.430.27
HSL84.75º37.04%57.65%-
HSV(B)84.75º42.78%73.33%-
XYZ33.7543.4720.52-
YUV168.0193.57118-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.38%
GREEN value IS 187 (73.44% from 255) = 41.74%
BLUE value IS 107 (42.19% from 255) = 23.88%
R=34.38%
G=41.74%
B=23.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541871070.1800.430.2784.7537.0457.65
Hex9ABB6B1202B1B55253a
Octal23227315322053331254572
Binary10011010101110111101011100100101011110111010101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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